summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-10-25 18:35:51 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-10-25 18:39:46 +0100
commitd7307d8e804da502135991759e45c36d96d3adeb (patch)
tree3d481b128b62b6a7d3ad5a197390310428f78ddc /pkgs/tools/audio
parentb531022cfa017c743930e6b514f8ffa3e38379e5 (diff)
downloadnixlib-d7307d8e804da502135991759e45c36d96d3adeb.tar
nixlib-d7307d8e804da502135991759e45c36d96d3adeb.tar.gz
nixlib-d7307d8e804da502135991759e45c36d96d3adeb.tar.bz2
nixlib-d7307d8e804da502135991759e45c36d96d3adeb.tar.lz
nixlib-d7307d8e804da502135991759e45c36d96d3adeb.tar.xz
nixlib-d7307d8e804da502135991759e45c36d96d3adeb.tar.zst
nixlib-d7307d8e804da502135991759e45c36d96d3adeb.zip
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>
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/beets/default.nix12
1 files 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 = [