python3Packages.beets-alternatives: fix a test failing with beets 2.9.0

This commit is contained in:
Doron Behar
2026-04-13 10:40:58 +03:00
parent 16684c9717
commit 1e645638fb
@@ -32,6 +32,18 @@ buildPythonPackage rec {
hash = "sha256-leZYXf6Oo/jAKbnJbP+rTnuRsh9P1BQXYAbthMNT60A=";
};
patches = [
# Fixes a failing test, see:
# https://github.com/geigerzaehler/beets-alternatives/issues/212
(fetchpatch {
url = "https://github.com/geigerzaehler/beets-alternatives/commit/8b75974636897aabcf2ca75fb0987f7beb68f50f.patch";
hash = "sha256-lIJwuf3UklcJM4m7CO2+aNpPekHXuC5rpPVjK+kb+FQ=";
includes = [
"test/cli_test.py"
];
})
];
build-system = [
hatchling
];