Skip to content

Commit

Permalink
Merge pull request #297861 from dotlambda/python3Packages.ocrmypdf
Browse files Browse the repository at this point in the history
python311Packages.ocrmypdf: 16.1.1 -> 16.1.2
  • Loading branch information
dotlambda authored Apr 17, 2024
2 parents 663a878 + 34336ae commit dbc4877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ocrmypdf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

buildPythonPackage rec {
pname = "ocrmypdf";
version = "16.1.1";
version = "16.1.2";

disabled = pythonOlder "3.10";

Expand All @@ -46,7 +46,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-XCYNz1QQodUEidz1+A79yleqOnOCK3zJ8mBIPU5JEQg=";
hash = "sha256-nZvfkfO5u3iuN0g/KITWbhYCRAJngEOKCW48z6IEPMI=";
};

patches = [
Expand Down

0 comments on commit dbc4877

Please sign in to comment.