beetsPackages.alternatives: 0.13.1 -> 0.13.2
Diff: https://github.com/geigerzaehler/beets-alternatives/compare/refs/tags/v0.13.1...v0.13.2 Changelog: https://github.com/geigerzaehler/beets-alternatives/blob/v0.13.2/CHANGELOG.md
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "beets-alternatives";
|
||||
version = "0.13.1";
|
||||
version = "0.13.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "beets-alternatives";
|
||||
owner = "geigerzaehler";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-+LvQC7hYtbJeWJiDEKtSFZaEtnuXZ+4mI75rrX9Sd64=";
|
||||
hash = "sha256-OoQsP+QVIOnSA4oy1a8JJ3VeCUS+GR8sPPOysvmRMqI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -32,18 +32,13 @@ python3Packages.buildPythonApplication rec {
|
||||
pytestCheckHook
|
||||
pytest-cov-stub
|
||||
mock
|
||||
pillow
|
||||
typeguard
|
||||
]
|
||||
++ [
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# ValueError: too many values to unpack (expected 2)
|
||||
# https://github.com/geigerzaehler/beets-alternatives/issues/122
|
||||
"test_embed_art"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Beets plugin to manage external files";
|
||||
homepage = "https://github.com/geigerzaehler/beets-alternatives";
|
||||
|
||||
Reference in New Issue
Block a user