lol

beets: 1.4.1 -> 1.4.3

+8 -8
+8 -8
pkgs/tools/audio/beets/default.nix
··· 56 56 }; 57 57 58 58 pluginsWithoutDeps = [ 59 - "beatport" "bench" "bpd" "bpm" "bucket" "cue" "duplicates" "edit" "embedart" 60 - "export" "filefilter" "freedesktop" "fromfilename" "ftintitle" "fuzzy" "hook" "ihate" 61 - "importadded" "importfeeds" "info" "inline" "ipfs" "lyrics" 62 - "mbcollection" "mbsubmit" "mbsync" "metasync" "missing" "permissions" "play" 63 - "plexupdate" "random" "rewrite" "scrub" "smartplaylist" "spotify" "the" 64 - "types" "zero" 59 + "absubmit" "beatport" "bench" "bpd" "bpm" "bucket" "cue" "duplicates" 60 + "edit" "embedart" "export" "filefilter" "freedesktop" "fromfilename" 61 + "ftintitle" "fuzzy" "hook" "ihate" "importadded" "importfeeds" "info" 62 + "inline" "ipfs" "lyrics" "mbcollection" "mbsubmit" "mbsync" "metasync" 63 + "missing" "permissions" "play" "plexupdate" "random" "rewrite" "scrub" 64 + "smartplaylist" "spotify" "the" "types" "zero" 65 65 ]; 66 66 67 67 enabledOptionalPlugins = attrNames (filterAttrs (_: id) optionalPlugins); ··· 74 74 75 75 in pythonPackages.buildPythonApplication rec { 76 76 name = "beets-${version}"; 77 - version = "1.4.1"; 77 + version = "1.4.3"; 78 78 79 79 src = fetchFromGitHub { 80 80 owner = "beetbox"; 81 81 repo = "beets"; 82 82 rev = "v${version}"; 83 - sha256 = "1yj2m7l157lldhxanwifp3yv1c6k649iwhn061mcf26q4n8qmspk"; 83 + sha256 = "0sh2ap7jbqh7p8h63kgrx1ja9lyqlxjpfnh6axxw9p1mh78cgc1v"; 84 84 }; 85 85 86 86 propagatedBuildInputs = [