mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-pikepdf: Update to 2.10.0 [fixes CVE-2021-29421].
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.10.0.
This commit is contained in:
parent
f6c43c932a
commit
68ed5de405
1 changed files with 2 additions and 2 deletions
|
@ -5856,13 +5856,13 @@ (define-public python2-olefile
|
|||
(define-public python-pikepdf
|
||||
(package
|
||||
(name "python-pikepdf")
|
||||
(version "2.9.1")
|
||||
(version "2.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pikepdf" version))
|
||||
(sha256
|
||||
(base32 "1n53fhdgnq9yxvm2m039vl8l2kg3fkln3pm0wv4rzj0gvpq9rhcr"))))
|
||||
(base32 "09wfj1hjvj3r9gv7ywrqd7h3d0bz64bvils8sm3ghj90jhalb03s"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false)) ;require python-xmp-toolkit
|
||||
|
|
Loading…
Reference in a new issue