mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
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:
parent
b531022cfa
commit
d7307d8e80
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user