mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: python-pikepdf: Update to 2.8.0.post1.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.8.0.post1.
This commit is contained in:
parent
291a26dbca
commit
ba35d2b565
1 changed files with 2 additions and 2 deletions
|
@ -5808,13 +5808,13 @@ (define-public python2-olefile
|
|||
(define-public python-pikepdf
|
||||
(package
|
||||
(name "python-pikepdf")
|
||||
(version "2.8.0")
|
||||
(version "2.8.0.post1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pikepdf" version))
|
||||
(sha256
|
||||
(base32 "1dfc8a7gp6ib6a2gdx6fz2zvvk4yx8vr2m7b6044rk91vpyrdzvl"))))
|
||||
(base32 "08miajml3mzlaqxr8phzymshmkkm93f8vv1dvq5gzkj15kysqhpp"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false)) ;require python-xmp-toolkit
|
||||
|
|
Loading…
Reference in a new issue