Merge pull request #249282 from fabaff/pyipp-bump
python311Packages.pyipp: 0.14.2 -> 0.14.3
This commit is contained in:
commit
9c1178badc
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyipp";
|
pname = "pyipp";
|
||||||
version = "0.14.2";
|
version = "0.14.3";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
owner = "ctalkington";
|
owner = "ctalkington";
|
||||||
repo = "python-ipp";
|
repo = "python-ipp";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-IPmpup0VrilfLnYiigjVjL6oRwW4RPlgiafIy7yyckI=";
|
hash = "sha256-WbrAvIdFUPzSxGjIPzNny0V1W8S774vyREgylenJp24=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user