python3Packages.pikepdf: 9.7.1 -> 9.8.1 (#417109)

This commit is contained in:
dotlambda
2025-06-16 13:40:56 -07:00
committed by GitHub
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "pikepdf";
version = "9.7.1";
version = "9.8.1";
pyproject = true;
src = fetchFromGitHub {
@@ -38,7 +38,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-QXuXHFc48KTlIwO0aJsQRmrupZIJYElfbwM9itzTYhc=";
hash = "sha256-gFaGHml1F5i+w68xapmPHYUK760rT4GJzTWTkDsIwC8=";
};
patches = [
@@ -85,6 +85,6 @@ buildPythonPackage rec {
description = "Read and write PDFs with Python, powered by qpdf";
license = licenses.mpl20;
maintainers = with maintainers; [ dotlambda ];
changelog = "https://github.com/pikepdf/pikepdf/blob/${src.tag}/docs/releasenotes/version${lib.versions.major version}.rst";
changelog = "https://github.com/pikepdf/pikepdf/blob/${src.tag}/docs/releasenotes/version${lib.versions.major version}.md";
};
}