Archived
1
0
Fork 0

gnu: python-pikepdf: Update to 3.0.0.

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 3.0.0.
This commit is contained in:
Nicolas Goaziou 2021-09-09 17:54:43 +02:00
parent 73121dd88a
commit 14bcd6804f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6438,13 +6438,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.16.1") (version "3.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pikepdf" version)) (uri (pypi-uri "pikepdf" version))
(sha256 (sha256
(base32 "1phdpi9cm2pbvgcxqvwr8ck327sxhdw4dnxmzhrbf7hzydmgykg2")))) (base32 "0hw88971b1462c0f5fy7wb8iv4gjkpl314g6fnlsy8hb4dz965rw"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #false)) ;require python-xmp-toolkit `(#:tests? #false)) ;require python-xmp-toolkit