mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python312Packages.ocrmypdf: 16.6.2 -> 16.7.0 (#363685)
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v16.6.2...v16.7.0 Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v16.7.0/docs/release_notes.rst
This commit is contained in:
parent
8ba56520bb
commit
6293cdcc01
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ocrmypdf";
|
||||
version = "16.6.2";
|
||||
version = "16.7.0";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
|
@ -45,7 +45,7 @@ buildPythonPackage rec {
|
|||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-065PeCsNfAvZTLyWz3toTrE/e944mzfuwRQvKXxdnd0=";
|
||||
hash = "sha256-81maXJjdGlzWy3TaQ8cabjJl6ZE5tbfc8m/+Px7ONhs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue