python313Packages.pikepdf: 9.5.2 -> 9.6.0
Diff: https://github.com/pikepdf/pikepdf/compare/refs/tags/v9.5.2...v9.6.0 Changelog: https://github.com/pikepdf/pikepdf/blob/v9.6.0/docs/releasenotes/version9.rst
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pikepdf";
|
||||
version = "9.5.2";
|
||||
version = "9.6.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-VYbfElC4YJFoO5VV4DVQ2Cu91RcFlsnZmRqJaNH8qRw=";
|
||||
hash = "sha256-NadnjCFmtng/LxzCCBkEv0eO40bxNNQogELZ5IvvMRA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user