From d7307d8e804da502135991759e45c36d96d3adeb Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 25 Oct 2015 18:35:51 +0100 Subject: [PATCH] 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 --- pkgs/tools/audio/beets/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/tools/audio/beets/default.nix b/pkgs/tools/audio/beets/default.nix index 51e81ef9193e..c8c1196791ca 100644 --- a/pkgs/tools/audio/beets/default.nix +++ b/pkgs/tools/audio/beets/default.nix @@ -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 = [