python3Packages.pyipp: 0.17.1 -> 0.17.2

https://github.com/ctalkington/python-ipp/releases/tag/0.17.2
This commit is contained in:
Martin Weinelt
2025-06-28 15:38:22 +02:00
parent 7ae0be94c6
commit 2ce9bc7035
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pyipp";
version = "0.17.1";
version = "0.17.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-ipp";
tag = version;
hash = "sha256-V+hf3UgTUnRTBtFP83s2zPWzCpAamSsx9Lj1l9lcW6k=";
hash = "sha256-YlIc/FNM3SdYQj0DN0if3R7h0383V5CHGpD7FHErWhA=";
};
postPatch = ''