gnu: python-pikepdf: Update to 2.12.2.

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.2.
This commit is contained in:
Nicolas Goaziou 2021-06-07 23:29:52 +02:00
parent 732da2201e
commit 69f56c2767
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6285,13 +6285,13 @@ (define-public python2-olefile
(define-public python-pikepdf (define-public python-pikepdf
(package (package
(name "python-pikepdf") (name "python-pikepdf")
(version "2.12.1") (version "2.12.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pikepdf" version)) (uri (pypi-uri "pikepdf" version))
(sha256 (sha256
(base32 "1si1x4dc4i4ghyirjfws1zkgiwk8kypnpp4gf68haascrdy7znqw")))) (base32 "1r68zh8whp8wg4brjf5vha8h1ly8pjqyb37pfw91hyxfn6cm9wsz"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #false)) ;require python-xmp-toolkit `(#:tests? #false)) ;require python-xmp-toolkit