beets: 2.4.0 -> 2.5.0

This commit is contained in:
Doron Behar
2025-10-12 01:34:28 +03:00
parent c21ebbd745
commit adc035fad2
3 changed files with 4 additions and 2 deletions

View File

@@ -180,4 +180,5 @@
_typing = {
testPaths = [ ];
};
_utils = { };
}

View File

@@ -88,6 +88,7 @@ python3Packages.buildPythonApplication {
build-system = [
python3Packages.poetry-core
python3Packages.poetry-dynamic-versioning
];
dependencies =

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=";
};
};