python3Packages.pikepdf: 10.0.0 -> 10.0.2 (#461484)

This commit is contained in:
Leona Maroni
2025-11-14 08:26:28 +00:00
committed by GitHub
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "pikepdf";
version = "10.0.0";
version = "10.0.2";
pyproject = true;
src = fetchFromGitHub {
@@ -38,7 +38,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-DiNRjN4tnADaFOxLV9wdvJe9KEOb+h9IOSzaPGtGuk0=";
hash = "sha256-ncWgIcQp6/GOrNwIvwJ4nvf+SUfr0N53MXYq9LpfiB4=";
};
patches = [