mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: python-pikepdf: Update to 2.15.1.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.15.1.
This commit is contained in:
parent
35b3c7c8eb
commit
16f0bdf5f0
1 changed files with 2 additions and 2 deletions
|
@ -6366,13 +6366,13 @@ (define-public python2-olefile
|
||||||
(define-public python-pikepdf
|
(define-public python-pikepdf
|
||||||
(package
|
(package
|
||||||
(name "python-pikepdf")
|
(name "python-pikepdf")
|
||||||
(version "2.14.2")
|
(version "2.15.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pikepdf" version))
|
(uri (pypi-uri "pikepdf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01f173af5j0fmrzg6czfr92d331bqdbs3dkch7p41ykyv4fsv6kn"))))
|
(base32 "184lbf8453ly6565nn0lfbj4vaypsids0bm4a0qlp9ywxwlhmxdi"))))
|
||||||
(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