Loading pkgs/development/python-modules/pylast/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -7,19 +7,20 @@ hatchling, httpx, pytest-random-order, pytest-recording, pytestCheckHook, }: buildPythonPackage rec { pname = "pylast"; version = "6.0.0"; version = "7.0.0"; pyproject = true; src = fetchFromGitHub { owner = "pylast"; repo = "pylast"; tag = version; hash = "sha256-mwPiHTLFvaCFPZGqi0+T223Ickbm5JP2MJj4gqaj/qo="; hash = "sha256-u+wQxw0F/1oB8Kr4terSPo/8/RyPhiKxU0GruZo73H0="; }; build-system = [ Loading @@ -30,9 +31,10 @@ buildPythonPackage rec { dependencies = [ httpx ]; nativeCheckInputs = [ flaky pytest-random-order pytest-recording pytestCheckHook flaky ]; pythonImportsCheck = [ "pylast" ]; Loading Loading
pkgs/development/python-modules/pylast/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -7,19 +7,20 @@ hatchling, httpx, pytest-random-order, pytest-recording, pytestCheckHook, }: buildPythonPackage rec { pname = "pylast"; version = "6.0.0"; version = "7.0.0"; pyproject = true; src = fetchFromGitHub { owner = "pylast"; repo = "pylast"; tag = version; hash = "sha256-mwPiHTLFvaCFPZGqi0+T223Ickbm5JP2MJj4gqaj/qo="; hash = "sha256-u+wQxw0F/1oB8Kr4terSPo/8/RyPhiKxU0GruZo73H0="; }; build-system = [ Loading @@ -30,9 +31,10 @@ buildPythonPackage rec { dependencies = [ httpx ]; nativeCheckInputs = [ flaky pytest-random-order pytest-recording pytestCheckHook flaky ]; pythonImportsCheck = [ "pylast" ]; Loading