python3Packages.ocrmypdf: 17.4.0 -> 17.4.1

This commit is contained in:
R. Ryantm
2026-04-06 00:40:09 +00:00
parent f7922f0cbc
commit 3c12e92114
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "17.4.0";
version = "17.4.1";
pyproject = true;
src = fetchFromGitHub {
@@ -45,7 +45,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-Dn6WQg7y6IbS5MUwyjofDmlJd0MH9US0mcL/B7UE9f0=";
hash = "sha256-2gghArOylldrCcTrOi1XtfdIwRw7AUpf0PQ6hvKInMk=";
};
patches = [