Merge pull request #264187 from dotlambda/ocrmypdf-15.3.1

python311Packages.ocrmypdf: 15.2.0 -> 15.3.1
This commit is contained in:
OTABI Tomoya 2023-10-31 17:18:34 +09:00 committed by GitHub
commit f2bb6a1408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "15.2.0";
version = "15.3.1";
disabled = pythonOlder "3.9";
@ -47,7 +47,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-XeO/obDP2tv/HKZLa0Absv26m+oUIup/IBMFZP8/1VQ=";
hash = "sha256-Yngx9hH/4yftClNqM/yyrOCPH0+4Bl9GIEGjawLdy0s=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;