File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/ocrmypdf Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828
2929buildPythonPackage 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}
You can’t perform that action at this time.
0 commit comments