mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-djvulibre: Update to 0.8.6.
* gnu/packages/python-xyz.scm (python-djvulibre): Update to 0.8.6.
This commit is contained in:
parent
95ad844b6a
commit
8f04cb6c7f
1 changed files with 2 additions and 2 deletions
|
@ -24159,13 +24159,13 @@ (define-public python2-parallel
|
|||
(define-public python-djvulibre
|
||||
(package
|
||||
(name "python-djvulibre")
|
||||
(version "0.8.5")
|
||||
(version "0.8.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "python-djvulibre" version))
|
||||
(sha256
|
||||
(base32 "1c0lvpg7j2525cv52s3q5sg7hfnakkb8rmghg0jc02gshsxmrj4f"))))
|
||||
(base32 "089smpq29ll0z37lnq26r2f72d31i33xm9fw9pc6hlcsm6nbjbiv"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("ghostscript" ,ghostscript)
|
||||
|
|
Loading…
Reference in a new issue