python3Packages.beets-alternatives: 0.14.0 -> 0.14.1 (#509360)
This commit is contained in:
@@ -22,25 +22,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "beets-alternatives";
|
||||
version = "0.14.0";
|
||||
version = "0.14.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "beets-alternatives";
|
||||
owner = "geigerzaehler";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-leZYXf6Oo/jAKbnJbP+rTnuRsh9P1BQXYAbthMNT60A=";
|
||||
hash = "sha256-C4EVJwzLhwQJz/iUKrIKUjhYHIpPrETqyQi0DByZM3Y=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fixes a failing test, see:
|
||||
# https://github.com/geigerzaehler/beets-alternatives/issues/212
|
||||
# Fixes failing tests; see https://github.com/geigerzaehler/beets-alternatives/pull/221
|
||||
(fetchpatch {
|
||||
url = "https://github.com/geigerzaehler/beets-alternatives/commit/8b75974636897aabcf2ca75fb0987f7beb68f50f.patch";
|
||||
hash = "sha256-lIJwuf3UklcJM4m7CO2+aNpPekHXuC5rpPVjK+kb+FQ=";
|
||||
includes = [
|
||||
"test/cli_test.py"
|
||||
];
|
||||
url = "https://github.com/geigerzaehler/beets-alternatives/commit/84fdb0fa15225cce1e881b07bddcb52715677915.patch";
|
||||
hash = "sha256-rURvP7aNJ+I9bPjk43t8rYujOK1iUS1J4RFMAHfa5AU=";
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user