beets: 2.4.0 -> 2.5.0 (#451161)

This commit is contained in:
Franz Pletz
2025-10-13 13:14:06 +00:00
committed by GitHub
3 changed files with 4 additions and 2 deletions
@@ -180,4 +180,5 @@
_typing = {
testPaths = [ ];
};
_utils = { };
}
+1
View File
@@ -88,6 +88,7 @@ python3Packages.buildPythonApplication {
build-system = [
python3Packages.poetry-core
python3Packages.poetry-dynamic-versioning
];
dependencies =
+2 -2
View File
@@ -31,12 +31,12 @@ lib.makeExtensible (
beets-stable = callPackage ./common.nix rec {
inherit python3Packages extraPatches;
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "beetbox";
repo = "beets";
tag = "v${version}";
hash = "sha256-BM4NW8iukw9+zLD2cfAETmFYNAiNPUn9cLrkVlCE+jM=";
hash = "sha256-YZvS9oB+v+48i1avQcs6ClnYz4aMqJQ2e6cBiZ4ULb0=";
};
};