Merge pull request #297861 from dotlambda/python3Packages.ocrmypdf

python311Packages.ocrmypdf: 16.1.1 -> 16.1.2
This commit is contained in:
Robert Schütz 2024-04-17 19:56:52 +00:00 committed by GitHub
commit dbc4877d17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "16.1.1";
version = "16.1.2";
disabled = pythonOlder "3.10";
@ -46,7 +46,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-XCYNz1QQodUEidz1+A79yleqOnOCK3zJ8mBIPU5JEQg=";
hash = "sha256-nZvfkfO5u3iuN0g/KITWbhYCRAJngEOKCW48z6IEPMI=";
};
patches = [