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.7.0.

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.7.0.
This commit is contained in:
Nicolas Goaziou 2021-02-28 10:58:52 +01:00
parent 0ad4389919
commit 34bc222230
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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