3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pikepdf: 4.1.0 -> 4.2.0

https://github.com/pikepdf/pikepdf/blob/v4.2.0/docs/release_notes.rst
This commit is contained in:
Robert Schütz 2021-12-11 09:42:30 -08:00 committed by Jonathan Ringer
parent e116afd102
commit d2ab0b1514

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "pikepdf";
version = "4.1.0";
version = "4.2.0";
disabled = ! isPy3k;
src = fetchFromGitHub {
@ -37,7 +37,7 @@ buildPythonPackage rec {
extraPostFetch = ''
rm "$out/.git_archival.txt"
'';
sha256 = "sha256-8l3IDC2EhoNTImaTTjkBYhwbSBDC3PVLbdgs4txZOKc=";
sha256 = "sha256-8ForstZzRpr2TnOgK/+y4aF3R7XMEYfcSQhntA765Co=";
};
patches = [