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 31 32 32 buildPythonPackage rec { 33 33 pname = "ocrmypdf"; 34 - version = "15.0.1"; 34 + version = "15.0.2"; 35 35 36 36 disabled = pythonOlder "3.9"; 37 37 ··· 47 47 postFetch = '' 48 48 rm "$out/.git_archival.txt" 49 49 ''; 50 - hash = "sha256-WTUe4ivSEU/4KMRtKhf1MDXN1segIe/wrXYVA5zJrZw="; 50 + hash = "sha256-DpsNH3djB35WlqDPauCy7Re8pbZLnUE/pPAix4WHPKM="; 51 51 }; 52 52 53 53 SETUPTOOLS_SCM_PRETEND_VERSION = version;