python3Packages.beets: 2.11.0 -> 2.12.0

Diff: https://github.com/beetbox/beets/compare/v2.11.0...v2.12.0
(cherry picked from commit 59a92f1a19)
This commit is contained in:
Doron Behar
2026-06-22 18:12:54 +03:00
parent b3aa5b8ee7
commit e3129d2207

View File

@@ -115,12 +115,12 @@
buildPythonPackage (finalAttrs: {
pname = "beets";
version = "2.11.0";
version = "2.12.0";
src = fetchFromGitHub {
owner = "beetbox";
repo = "beets";
tag = "v${finalAttrs.version}";
hash = "sha256-fi6D0P2GtEO41VL6UKAArRedZVxw97yqDUAoilktUho=";
hash = "sha256-u2qoZ0/qWq9YUcwbOpsqtIjX5BZ2z2wj00X59Pf+/fk=";
};
pyproject = true;