ocrmypdf: 13.1.0 -> 13.1.1

This commit is contained in:
R. Ryantm 2021-12-11 22:06:40 +00:00 committed by Robert Schütz
parent 6f85f5991b
commit 60a72578ff

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "13.1.0";
version = "13.1.1";
src = fetchFromGitHub {
owner = "jbarlow83";
@ -39,7 +39,7 @@ buildPythonPackage rec {
extraPostFetch = ''
rm "$out/.git_archival.txt"
'';
sha256 = "sha256-K8amHifxaR/tRiQODWVZcOd5nL5zzjd8C7h5whl/HoQ=";
sha256 = "sha256-NIh7eTsXQPNhrNWrTMFG7v4SFsicj1B4szEXcp5fXB4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;