mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02: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 @@ applications with variable CPU loads).")
|
||||||
(define-public python-djvulibre
|
(define-public python-djvulibre
|
||||||
(package
|
(package
|
||||||
(name "python-djvulibre")
|
(name "python-djvulibre")
|
||||||
(version "0.8.5")
|
(version "0.8.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-djvulibre" version))
|
(uri (pypi-uri "python-djvulibre" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1c0lvpg7j2525cv52s3q5sg7hfnakkb8rmghg0jc02gshsxmrj4f"))))
|
(base32 "089smpq29ll0z37lnq26r2f72d31i33xm9fw9pc6hlcsm6nbjbiv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghostscript" ,ghostscript)
|
`(("ghostscript" ,ghostscript)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue