mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python310Packages.ocrmypdf: 15.0.1 -> 15.0.2
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v15.0.1...v15.0.2 Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v15.0.2/docs/release_notes.rst
This commit is contained in:
parent
79c21ab57b
commit
651f3f588a
@ -31,7 +31,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ocrmypdf";
|
||||
version = "15.0.1";
|
||||
version = "15.0.2";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-WTUe4ivSEU/4KMRtKhf1MDXN1segIe/wrXYVA5zJrZw=";
|
||||
hash = "sha256-DpsNH3djB35WlqDPauCy7Re8pbZLnUE/pPAix4WHPKM=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
Loading…
Reference in New Issue
Block a user