diff --git a/pkgs/development/python-modules/pypalazzetti/default.nix b/pkgs/development/python-modules/pypalazzetti/default.nix index ad588f95e455..afe57f70bb4e 100644 --- a/pkgs/development/python-modules/pypalazzetti/default.nix +++ b/pkgs/development/python-modules/pypalazzetti/default.nix @@ -7,11 +7,12 @@ pytestCheckHook, pythonOlder, setuptools, + syrupy, }: buildPythonPackage rec { pname = "pypalazzetti"; - version = "0.1.16"; + version = "0.1.19"; pyproject = true; disabled = pythonOlder "3.10"; @@ -20,7 +21,7 @@ buildPythonPackage rec { owner = "dotvav"; repo = "py-palazzetti-api"; tag = "v${version}"; - hash = "sha256-JYTrZ1Ty9y+yvoeVXus1qqNFnB0NmczCz6Kq2PjpiLk="; + hash = "sha256-Bmx4CU6bx5FVR7xdDxrtVSXunthi2s2Esj1FtSjh61U="; }; build-system = [ setuptools ]; @@ -30,6 +31,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytestCheckHook + syrupy ]; pythonImportsCheck = [ "pypalazzetti" ];