python311Packages.pyipp: 0.14.3 -> 0.14.4

Diff: https://github.com/ctalkington/python-ipp/compare/0.14.3...0.14.4

Changelog: https://github.com/ctalkington/python-ipp/releases/tag/0.14.4
This commit is contained in:
Fabian Affolter 2023-08-22 07:52:16 +02:00
parent 54fa599980
commit b2b5da1cea

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyipp";
version = "0.14.3";
version = "0.14.4";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-ipp";
rev = version;
hash = "sha256-WbrAvIdFUPzSxGjIPzNny0V1W8S774vyREgylenJp24=";
hash = "sha256-xE0fdT+Ffdf4iOHWZzRa7YWtHt92lFdA/sbwjblMR40=";
};
postPatch = ''