Merge pull request #261885 from dotlambda/ocrmypdf-15.2.0

python310Packages.ocrmypdf: 15.1.0 -> 15.2.0
This commit is contained in:
Robert Schütz
2023-10-19 08:34:29 -07:00
committed by GitHub

View File

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