python310Packages.ocrmypdf: 14.0.4 -> 14.1.0
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v14.0.4...v14.1.0 Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v14.1.0/docs/release_notes.rst
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ocrmypdf";
|
||||
version = "14.0.4";
|
||||
version = "14.1.0";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@@ -45,7 +45,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-SLWpMkXq5DlmVgDfRAHtYfEUAVpVKgtnJKO2ffyH5cU=";
|
||||
hash = "sha256-Jyx9FPXNjcA04s+l2wY/LVX83RqExt78/EAHsL1VNMU=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
Reference in New Issue
Block a user