python313Packages.pyipp: 0.17.0 -> 0.17.1

https://github.com/ctalkington/python-ipp/releases/tag/0.17.1
This commit is contained in:
Martin Weinelt
2025-04-19 02:23:57 +02:00
parent c02cda6363
commit 39cc3f5997
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyipp";
version = "0.17.0";
version = "0.17.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-ipp";
tag = version;
hash = "sha256-B3x6WkTSTGlZWMAK2BTA2EVVz+IvB3QL+arZGBAkZsE=";
hash = "sha256-V+hf3UgTUnRTBtFP83s2zPWzCpAamSsx9Lj1l9lcW6k=";
};
postPatch = ''