beets: 2.3.0 -> 2.3.1

This commit is contained in:
Doron Behar
2025-05-14 15:01:44 +03:00
parent 30834619f9
commit bc44f3cfd6
+2 -2
View File
@@ -31,12 +31,12 @@ lib.makeExtensible (
beets-stable = callPackage ./common.nix rec {
inherit python3Packages extraPatches;
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "beetbox";
repo = "beets";
tag = "v${version}";
hash = "sha256-mH3m2O+q5Ys9DJD3ulmhViyf/VPEpHevjmNerVe327s=";
hash = "sha256-INxL2XDn8kwRYYcZATv/NdLmAtfQvxVDWKB1OYo8dxY=";
};
};