Merge pull request #329365 from dotlambda/python3Packages.pikepdf

python312Packages.pikepdf: 9.0.0 -> 9.1.0
This commit is contained in:
Robert Schütz 2024-07-30 03:32:00 -07:00 committed by GitHub
commit 158f636aba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "pikepdf";
version = "9.0.0";
version = "9.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -40,7 +40,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-dTEYI3dGu3Q/80lijp0ooApveSL1VWVHwLw7covnYYc=";
hash = "sha256-rcL4kwF8aBHy/sxZiQsQGvN3i1geiPFyrv8nRSXUZSA=";
};
patches = [