python3Packages.ocrmypdf: 16.10.4 -> 16.11.0 (#442364)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user