python3Packages.ocrmypdf: 13.4.3 -> 13.4.4

https://github.com/ocrmypdf/OCRmyPDF/blob/v13.4.4/docs/release_notes.rst
This commit is contained in:
Robert Schütz 2022-05-15 00:22:09 +00:00 committed by Jonathan Ringer
parent 4783e24e0c
commit dfc193057c

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "13.4.3";
version = "13.4.4";
src = fetchFromGitHub {
owner = "jbarlow83";
@ -39,7 +39,7 @@ buildPythonPackage rec {
extraPostFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-kriT3NV9Lj44WjOeK6+pILjfRMt9QMcKU57si394xxI=";
hash = "sha256-uFKnohUxh17h6u0vwVB7EaTEh5NRowP8a6za63Ehodk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;