Merge pull request #140378 from r-ryantm/auto-update/ocrmypdf

ocrmypdf: 12.5.0 -> 12.6.0
This commit is contained in:
Fabian Affolter 2021-10-04 08:34:54 +02:00 committed by GitHub
commit ee084c0204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,13 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "12.5.0";
version = "12.6.0";
src = fetchFromGitHub {
owner = "jbarlow83";
repo = "OCRmyPDF";
rev = "v${version}";
sha256 = "sha256-g80WedX+TGHE9EJ/RSgOc53PM17V3WZslUNaHoqKTo0=";
sha256 = "sha256-gFlQztrRN69HtR6sTJl8tryuTibxQrz97QcS5UkFOVs=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;