Merge pull request #226079 from dotlambda/pikepdf-7.2.0

python310Packages.pikepdf: 7.1.2 -> 7.2.0
This commit is contained in:
Robert Scott 2023-04-15 01:05:24 +01:00 committed by GitHub
commit 66fbf6120d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "14.0.4";
version = "14.1.0";
disabled = pythonOlder "3.8";
@ -45,7 +45,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-SLWpMkXq5DlmVgDfRAHtYfEUAVpVKgtnJKO2ffyH5cU=";
hash = "sha256-Jyx9FPXNjcA04s+l2wY/LVX83RqExt78/EAHsL1VNMU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "pikepdf";
version = "7.1.2";
version = "7.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -41,7 +41,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-Lm05lqqZM1zucdIDgSnYsCcfo7wCDLcY02vv7CyHTGo=";
hash = "sha256-acGIhIWC1nUQiN0iwb1kLKxz+ytIqYIW4VXF45Tx50g=";
};
patches = [