mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: python-pikepdf: Update to 2.5.2.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.2.
This commit is contained in:
parent
75b775e81b
commit
1c1ff84f67
1 changed files with 2 additions and 2 deletions
|
@ -5680,13 +5680,13 @@ (define-public python2-olefile
|
||||||
(define-public python-pikepdf
|
(define-public python-pikepdf
|
||||||
(package
|
(package
|
||||||
(name "python-pikepdf")
|
(name "python-pikepdf")
|
||||||
(version "2.5.1")
|
(version "2.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pikepdf" version))
|
(uri (pypi-uri "pikepdf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zapzvy9lx6yv13k3j3zaklbcpgidmsvanaz8qnbdxywcm482klm"))))
|
(base32 "1wwfspm912388a61lailbpjpqihq9ha8yz05mjqx9yys4ixykhwg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false)) ;require python-xmp-toolkit
|
`(#:tests? #false)) ;require python-xmp-toolkit
|
||||||
|
|
Loading…
Reference in a new issue