mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: python-pikepdf: Update to 2.5.1.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.1.
This commit is contained in:
parent
b4fdbdf967
commit
dcfe2712a1
1 changed files with 2 additions and 2 deletions
|
@ -5686,13 +5686,13 @@ (define-public python2-olefile
|
|||
(define-public python-pikepdf
|
||||
(package
|
||||
(name "python-pikepdf")
|
||||
(version "2.5.0")
|
||||
(version "2.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pikepdf" version))
|
||||
(sha256
|
||||
(base32 "0wqb8sjbmvz042ymdg0p5bq8pyjccfbdnk7nfi6y7jrlb8qw1dl4"))))
|
||||
(base32 "0zapzvy9lx6yv13k3j3zaklbcpgidmsvanaz8qnbdxywcm482klm"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false)) ;require python-xmp-toolkit
|
||||
|
|
Loading…
Reference in a new issue