beets-unstable: 2.3.0 -> 2.3.1

This commit is contained in:
Doron Behar
2025-05-14 15:01:55 +03:00
parent bc44f3cfd6
commit be0f7980b9
+3 -3
View File
@@ -44,12 +44,12 @@ lib.makeExtensible (
beets-unstable = callPackage ./common.nix {
inherit python3Packages;
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "beetbox";
repo = "beets";
rev = "250b0da900c095a09bedc1a0717381010c01a3c6";
hash = "sha256-mH3m2O+q5Ys9DJD3ulmhViyf/VPEpHevjmNerVe327s=";
rev = "d487d675b9115672c484eab8a6729b1f0fd24b68";
hash = "sha256-INxL2XDn8kwRYYcZATv/NdLmAtfQvxVDWKB1OYo8dxY=";
};
};