python310Packages.ocrmypdf: 13.4.5 -> 13.4.6

https://github.com/ocrmypdf/OCRmyPDF/blob/v13.4.6/docs/release_notes.rst
This commit is contained in:
Robert Schütz 2022-05-28 18:12:44 +00:00
parent dbd004ea9b
commit 68b6a3d71b

View File

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