mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
python311Packages.ocrmypdf: 16.1.0 -> 16.1.1
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v16.1.0...v16.1.1 Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v16.1.1/docs/release_notes.rst
This commit is contained in:
parent
59c97ce116
commit
f43d8a7ae9
@ -30,7 +30,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ocrmypdf";
|
||||
version = "16.1.0";
|
||||
version = "16.1.1";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-rKy1bPgQOqx+F5cpFg+KG0r70B0RWns03gwoiVbz35U=";
|
||||
hash = "sha256-XCYNz1QQodUEidz1+A79yleqOnOCK3zJ8mBIPU5JEQg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user