nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python313Packages.pypalazzetti: 0.1.16 -> 0.1.19

Diff: https://github.com/dotvav/py-palazzetti-api/compare/refs/tags/v0.1.16...v0.1.19

Changelog: https://github.com/dotvav/py-palazzetti-api/blob/refs/tags/v0.1.19/CHANGELOG.md

+4 -2
+4 -2
pkgs/development/python-modules/pypalazzetti/default.nix
··· 7 7 pytestCheckHook, 8 8 pythonOlder, 9 9 setuptools, 10 + syrupy, 10 11 }: 11 12 12 13 buildPythonPackage rec { 13 14 pname = "pypalazzetti"; 14 - version = "0.1.16"; 15 + version = "0.1.19"; 15 16 pyproject = true; 16 17 17 18 disabled = pythonOlder "3.10"; ··· 21 20 owner = "dotvav"; 22 21 repo = "py-palazzetti-api"; 23 22 tag = "v${version}"; 24 - hash = "sha256-JYTrZ1Ty9y+yvoeVXus1qqNFnB0NmczCz6Kq2PjpiLk="; 23 + hash = "sha256-Bmx4CU6bx5FVR7xdDxrtVSXunthi2s2Esj1FtSjh61U="; 25 24 }; 26 25 27 26 build-system = [ setuptools ]; ··· 31 30 nativeCheckInputs = [ 32 31 pytest-asyncio 33 32 pytestCheckHook 33 + syrupy 34 34 ]; 35 35 36 36 pythonImportsCheck = [ "pypalazzetti" ];