Merge pull request #250677 from fabaff/pyipp-bump

python311Packages.pyipp: 0.14.3 -> 0.14.4
This commit is contained in:
Fabian Affolter
2023-08-22 23:52:33 +02:00
committed by GitHub
@@ -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 = ''