mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
python311Packages.ocrmypdf: 16.2.0 -> 16.3.1
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v16.2.0...v16.3.1 Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v16.3.1/docs/release_notes.rst
This commit is contained in:
parent
cc6d856e65
commit
bf675a9d44
@ -30,7 +30,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ocrmypdf";
|
||||
version = "16.2.0";
|
||||
version = "16.3.1";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-sqhuQ+no6UymxbVtDtWiYQK8kKpO1y37NxLDmRT1LEQ=";
|
||||
hash = "sha256-AGBLxN4XVP298a2DS14nfpDFbYTCvX3gx/BNVAj0iH8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user