lol

Merge pull request #264187 from dotlambda/ocrmypdf-15.3.1

python311Packages.ocrmypdf: 15.2.0 -> 15.3.1

authored by

OTABI Tomoya and committed by
GitHub
f2bb6a14 6edbff06

+2 -2
+2 -2
pkgs/development/python-modules/ocrmypdf/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "ocrmypdf"; 34 - version = "15.2.0"; 34 + version = "15.3.1"; 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-XeO/obDP2tv/HKZLa0Absv26m+oUIup/IBMFZP8/1VQ="; 50 + hash = "sha256-Yngx9hH/4yftClNqM/yyrOCPH0+4Bl9GIEGjawLdy0s="; 51 51 }; 52 52 53 53 SETUPTOOLS_SCM_PRETEND_VERSION = version;