python3Packages.ocrmypdf: 16.10.4 -> 16.11.0 (#442364)

This commit is contained in:
dish
2025-09-14 16:45:09 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -170,6 +170,7 @@ python.pkgs.buildPythonApplication rec {
"django-allauth"
"django-guardian"
"filelock"
"ocrmypdf"
"rapidfuzz"
"redis"
];
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "16.10.4";
version = "16.11.0";
pyproject = true;
src = fetchFromGitHub {
@@ -41,7 +41,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-uHC1mIrWlvpL6SOFZQHWFlha7qSM3jhz2C/CH2cn2K0=";
hash = "sha256-seylNBl29+QxN+3SbgRUdtTo1JwvW1sODpsz7Gwer3E=";
};
patches = [