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