Robert Schütz 2023-02-17 16:04:07 -08:00 committed by Robert Schütz
parent 177c2e4ffb
commit 3fc5aeccd0

View File

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "14.0.2";
version = "14.0.3";
disabled = pythonOlder "3.8";
@ -45,7 +45,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-s2G+ZNMEF3ZB1+ibPiYPuqdypoYFdFPpASeqFReR8/g=";
hash = "sha256-LAYy1UpGHd3kTH1TIrp9gfrFwXzsXcME6AISf07rUYA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;