1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: python-pikepdf: Update to 2.5.0.

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.0.
This commit is contained in:
Nicolas Goaziou 2021-01-29 14:53:35 +01:00
parent 6a77596cab
commit b9a54aad0b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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