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 8 9 9 python3Packages.buildPythonApplication rec { 10 10 pname = "beets-alternatives"; 11 - version = "0.13.1"; 11 + version = "0.13.2"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 repo = "beets-alternatives"; 16 16 owner = "geigerzaehler"; 17 17 tag = "v${version}"; 18 - hash = "sha256-+LvQC7hYtbJeWJiDEKtSFZaEtnuXZ+4mI75rrX9Sd64="; 18 + hash = "sha256-OoQsP+QVIOnSA4oy1a8JJ3VeCUS+GR8sPPOysvmRMqI="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ ··· 32 32 pytestCheckHook 33 33 pytest-cov-stub 34 34 mock 35 + pillow 35 36 typeguard 36 37 ] 37 38 ++ [ 38 39 writableTmpDirAsHomeHook 39 40 ]; 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 41 47 42 meta = { 48 43 description = "Beets plugin to manage external files";