lol

Merge pull request #258645 from dotlambda/ocrmypdf-15.0.2

python310Packages.ocrmypdf: 15.0.1 -> 15.0.2

authored by

Felix Bühler and committed by
GitHub
11c93c79 8eda1efc

+2 -2
+2 -2
pkgs/development/python-modules/ocrmypdf/default.nix
··· 31 32 buildPythonPackage rec { 33 pname = "ocrmypdf"; 34 - version = "15.0.1"; 35 36 disabled = pythonOlder "3.9"; 37 ··· 47 postFetch = '' 48 rm "$out/.git_archival.txt" 49 ''; 50 - hash = "sha256-WTUe4ivSEU/4KMRtKhf1MDXN1segIe/wrXYVA5zJrZw="; 51 }; 52 53 SETUPTOOLS_SCM_PRETEND_VERSION = version;
··· 31 32 buildPythonPackage rec { 33 pname = "ocrmypdf"; 34 + version = "15.0.2"; 35 36 disabled = pythonOlder "3.9"; 37 ··· 47 postFetch = '' 48 rm "$out/.git_archival.txt" 49 ''; 50 + hash = "sha256-DpsNH3djB35WlqDPauCy7Re8pbZLnUE/pPAix4WHPKM="; 51 }; 52 53 SETUPTOOLS_SCM_PRETEND_VERSION = version;