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

authored by Robert Schütz and committed by Robert Schütz 517b65cd f1eaa3f6

+2 -2
+2 -2
pkgs/development/python-modules/pikepdf/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "pikepdf"; 27 - version = "6.2.6"; 27 + version = "6.2.8"; 28 28 format = "setuptools"; 29 29 30 30 disabled = pythonOlder "3.7"; ··· 39 39 postFetch = '' 40 40 rm "$out/.git_archival.txt" 41 41 ''; 42 - hash = "sha256-SqGWXuRwz79ZoDFL6sU9hX3FG/VLwLhQYzZOtT3tqvE="; 42 + hash = "sha256-0E+kkvxT1jLfoBg3C9BfbSqfIX3K/Z5kK1kCdOks2Hk="; 43 43 }; 44 44 45 45 patches = [