beets: 1.3.14 -> 1.3.15

Introduces a new plugin called "badfiles", which helps to scan for
corruption within the music collection. I've added this to
pluginsWithoutDeps and sorted the list.

Full upstream changelog can be found here:

https://github.com/sampsyo/beets/releases/tag/v1.3.15

This fixes #10376 via sampsyo/beets@225ba28.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-10-25 18:35:51 +01:00
parent b531022cfa
commit d7307d8e80
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -42,10 +42,10 @@ let
};
pluginsWithoutDeps = [
"bench" "bpd" "bpm" "bucket" "convert" "cue" "duplicates" "embedart"
"filefilter" "freedesktop" "fromfilename" "ftintitle" "fuzzy" "ihate"
"importadded" "importfeeds" "info" "inline" "ipfs" "keyfinder" "lyrics"
"mbcollection" "mbsync" "metasync" "missing" "permissions" "play"
"badfiles" "bench" "bpd" "bpm" "bucket" "convert" "cue" "duplicates"
"embedart" "filefilter" "freedesktop" "fromfilename" "ftintitle" "fuzzy"
"ihate" "importadded" "importfeeds" "info" "inline" "ipfs" "keyfinder"
"lyrics" "mbcollection" "mbsync" "metasync" "missing" "permissions" "play"
"plexupdate" "random" "rewrite" "scrub" "smartplaylist" "spotify" "the"
"types" "zero"
];
@ -60,14 +60,14 @@ let
in buildPythonPackage rec {
name = "beets-${version}";
version = "1.3.14";
version = "1.3.15";
namePrefix = "";
src = fetchFromGitHub {
owner = "sampsyo";
repo = "beets";
rev = "v${version}";
sha256 = "0bha101x1wdrl2hj31fhixm3hp7ahdm2064b9k5gg0ywm651128g";
sha256 = "17mbkilqqkxxa8ra8b4zlsax712jb0nfkvcx9iyq9303rqwv5sx2";
};
propagatedBuildInputs = [