Merge #253960: python3Packages.pikepdf: 8.3.0 -> 8.4.0

...into staging
This commit is contained in:
Vladimír Čunát 2023-10-26 10:15:54 +02:00
commit cfe8db5047
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "pikepdf";
version = "8.3.0";
version = "8.4.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -39,7 +39,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-d76s4iJFwhzWSySXTS53PQQuWfWIboIRecEyjzobsME=";
hash = "sha256-48tb5bhmBdKVjMld07303qIi5C16yaf+5TpRPVC6EQk=";
};
patches = [