beetsPackages.alternatives: 0.13.1 -> 0.13.2 (#385784)

authored by Gaétan Lepage and committed by GitHub 74c80c35 7940ddb9

+3 -8
+3 -8
pkgs/tools/audio/beets/plugins/alternatives.nix
··· 8 9 python3Packages.buildPythonApplication rec { 10 pname = "beets-alternatives"; 11 - version = "0.13.1"; 12 pyproject = true; 13 14 src = fetchFromGitHub { 15 repo = "beets-alternatives"; 16 owner = "geigerzaehler"; 17 tag = "v${version}"; 18 - hash = "sha256-+LvQC7hYtbJeWJiDEKtSFZaEtnuXZ+4mI75rrX9Sd64="; 19 }; 20 21 nativeBuildInputs = [ ··· 32 pytestCheckHook 33 pytest-cov-stub 34 mock 35 typeguard 36 ] 37 ++ [ 38 writableTmpDirAsHomeHook 39 ]; 40 - 41 - disabledTests = [ 42 - # ValueError: too many values to unpack (expected 2) 43 - # https://github.com/geigerzaehler/beets-alternatives/issues/122 44 - "test_embed_art" 45 - ]; 46 47 meta = { 48 description = "Beets plugin to manage external files";
··· 8 9 python3Packages.buildPythonApplication rec { 10 pname = "beets-alternatives"; 11 + version = "0.13.2"; 12 pyproject = true; 13 14 src = fetchFromGitHub { 15 repo = "beets-alternatives"; 16 owner = "geigerzaehler"; 17 tag = "v${version}"; 18 + hash = "sha256-OoQsP+QVIOnSA4oy1a8JJ3VeCUS+GR8sPPOysvmRMqI="; 19 }; 20 21 nativeBuildInputs = [ ··· 32 pytestCheckHook 33 pytest-cov-stub 34 mock 35 + pillow 36 typeguard 37 ] 38 ++ [ 39 writableTmpDirAsHomeHook 40 ]; 41 42 meta = { 43 description = "Beets plugin to manage external files";