3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pikepdf: Update to 2.11.4.

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.4.
This commit is contained in:
Nicolas Goaziou 2021-04-28 21:30:39 +02:00
parent 00c06f3aae
commit 510fbf7f93
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5936,13 +5936,13 @@ the OleFileIO module from PIL, the Python Image Library.")
(define-public python-pikepdf
(package
(name "python-pikepdf")
(version "2.11.2")
(version "2.11.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pikepdf" version))
(sha256
(base32 "0zj8margmn39jad2398m0j6kbjq94j96mpdsp8kj9mhjpxza0n09"))))
(base32 "0kd5ydnsmlikkg69r255wvq4vy7plh7dx077s2saly5s5vdcqlkk"))))
(build-system python-build-system)
(arguments
`(#:tests? #false)) ;require python-xmp-toolkit