python311Packages.pyipp: 0.14.2 -> 0.14.3

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

Changelog: https://github.com/ctalkington/python-ipp/releases/tag/0.14.3
This commit is contained in:
Fabian Affolter 2023-08-15 09:28:04 +02:00
parent 8353344d32
commit aefb8068bd

View file

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