Merge pull request #175172 from dotlambda/ocrmypdf-13.4.6

python310Packages.ocrmypdf: 13.4.5 -> 13.4.6
This commit is contained in:
Janne Heß 2022-05-31 19:51:51 +02:00 committed by GitHub
commit 692517bf85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "13.4.5";
version = "13.4.6";
src = fetchFromGitHub {
owner = "ocrmypdf";
@ -40,7 +40,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-5IpJ55Vu9LjGgWJITkAH5fOr+MfovswWhwqbEs/RlzA=";
hash = "sha256-Hd9vsw+UEpE7juYSCiHhXtxaC58OtS/Uy20Jdp6QXPA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;