Skip to content

Commit

Permalink
python313Packages.pypalazzetti: 0.1.16 -> 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 13, 2025
1 parent 7d4cd94 commit f7d7099
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/pypalazzetti/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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 ];
Expand All @@ -30,6 +31,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
syrupy
];

pythonImportsCheck = [ "pypalazzetti" ];
Expand Down

0 comments on commit f7d7099

Please sign in to comment.