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.8.0.post2.

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.8.0.post2.
This commit is contained in:
Nicolas Goaziou 2021-03-10 16:03:27 +01:00
parent c260aff63e
commit efed8e6cb9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5814,13 +5814,13 @@ the OleFileIO module from PIL, the Python Image Library.")
(define-public python-pikepdf
(package
(name "python-pikepdf")
(version "2.8.0.post1")
(version "2.8.0.post2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pikepdf" version))
(sha256
(base32 "08miajml3mzlaqxr8phzymshmkkm93f8vv1dvq5gzkj15kysqhpp"))))
(base32 "0ya9bir41bz61y2njlcr5ni8l6cjsy0h5vg9ayxhw7dzgcibj0yp"))))
(build-system python-build-system)
(arguments
`(#:tests? #false)) ;require python-xmp-toolkit