python313Packages.pyipp: 0.17.0 -> 0.17.1 (#399893)

This commit is contained in:
Martin Weinelt
2025-04-19 02:34:02 +02:00
committed by GitHub
@@ -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 = ''