Merge pull request #242530 from mweinelt/pyipp-0.14.2

python310Packages.pyipp: 0.14.1 -> 0.14.2
This commit is contained in:
Nick Cao 2023-07-10 09:06:01 +08:00 committed by GitHub
commit d3a9098334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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