me
/
guix
Archived
1
0
Fork 0

gnu: python-pikepdf: Update to 2.5.1.

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.1.
master
Nicolas Goaziou 2021-01-31 11:53:34 +01:00
parent b4fdbdf967
commit dcfe2712a1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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