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