python312Packages.pikepdf: 9.3.0 -> 9.4.2
Diff: https://github.com/pikepdf/pikepdf/compare/refs/tags/v9.3.0...v9.4.2 Changelog: https://github.com/pikepdf/pikepdf/blob/refs/tags/v9.4.2/docs/releasenotes/version9.rst
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pikepdf";
|
||||
version = "9.3.0";
|
||||
version = "9.4.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -40,7 +40,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-0V+6QR9q+SwLuzymifW8vmKkvaXvut/U0n6bj3H2sAo=";
|
||||
hash = "sha256-J/ipkKqZifkWtgv7z/MJPwRK+yB7MP/19PDdjV1NMpY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user