python310Packages.pikepdf: 6.2.6 -> 6.2.8
Diff: https://github.com/pikepdf/pikepdf/compare/v6.2.6...v6.2.8 Changelog: https://github.com/pikepdf/pikepdf/blob/v6.2.8/docs/releasenotes/version6.rst
This commit is contained in:
parent
f1eaa3f6fb
commit
517b65cdff
@ -24,7 +24,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pikepdf";
|
||||
version = "6.2.6";
|
||||
version = "6.2.8";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-SqGWXuRwz79ZoDFL6sU9hX3FG/VLwLhQYzZOtT3tqvE=";
|
||||
hash = "sha256-0E+kkvxT1jLfoBg3C9BfbSqfIX3K/Z5kK1kCdOks2Hk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user