python310Packages.pikepdf: 6.2.4 -> 6.2.5

https://github.com/pikepdf/pikepdf/blob/v6.2.5/docs/releasenotes/version6.rst
This commit is contained in:
Robert Schütz 2022-12-10 12:29:18 -08:00 committed by Robert Schütz
parent f2711088ee
commit 9630cb38d9

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "pikepdf";
version = "6.2.4";
version = "6.2.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -39,7 +39,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-YSzwcrWhqyKjdydwodf57S+HIGaKE124umJPtJKiM5g=";
hash = "sha256-5ADRKFGQ1k/O/r9CgEWCbOZLgasUJVXtPm+5ocRE4Fk=";
};
patches = [