Skip to content

Commit c1497a8

Browse files
authored
python313Packages.ocrmypdf: 16.10.0 -> 16.10.1 (#406065)
2 parents b547e97 + 2894a94 commit c1497a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/ocrmypdf/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
buildPythonPackage rec {
3030
pname = "ocrmypdf";
31-
version = "16.10.0";
31+
version = "16.10.1";
3232
pyproject = true;
3333

3434
src = fetchFromGitHub {
@@ -41,7 +41,7 @@ buildPythonPackage rec {
4141
postFetch = ''
4242
rm "$out/.git_archival.txt"
4343
'';
44-
hash = "sha256-tRq3qskZK39xfSof4RUTWC2h9mi7eGDHR6nI7reltm4=";
44+
hash = "sha256-9gjLznyR7LLvq+5HHyK5qSFAQEWW3i00N2SLM7x4NXo=";
4545
};
4646

4747
patches = [
@@ -99,7 +99,7 @@ buildPythonPackage rec {
9999
maintainers = with maintainers; [
100100
dotlambda
101101
];
102-
changelog = "https://github.com/ocrmypdf/OCRmyPDF/blob/${src.rev}/docs/release_notes.rst";
102+
changelog = "https://github.com/ocrmypdf/OCRmyPDF/blob/${src.rev}/docs/release_notes.md";
103103
mainProgram = "ocrmypdf";
104104
};
105105
}

0 commit comments

Comments
 (0)