ocrmypdf: 13.1.1 -> 13.2.0 (#151492)

This commit is contained in:
R. RyanTM
2021-12-27 23:51:21 +00:00
committed by GitHub
parent 013cde1d9d
commit b69eabccfa
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "13.1.1";
version = "13.2.0";
src = fetchFromGitHub {
owner = "jbarlow83";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
extraPostFetch = ''
rm "$out/.git_archival.txt"
'';
sha256 = "sha256-NIh7eTsXQPNhrNWrTMFG7v4SFsicj1B4szEXcp5fXB4=";
sha256 = "sha256-mVPKcxTKoRgttwJdsY7r0kF7W1+G45iCc+mFctDipSM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;