mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.0.1.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter): Update to 1.0.1.
This commit is contained in:
parent
b45aafd548
commit
76c83e33a8
1 changed files with 2 additions and 2 deletions
|
@ -340,13 +340,13 @@ documents.")
|
||||||
(define-public python-sphinxcontrib-svg2pdfconverter
|
(define-public python-sphinxcontrib-svg2pdfconverter
|
||||||
(package
|
(package
|
||||||
(name "python-sphinxcontrib-svg2pdfconverter")
|
(name "python-sphinxcontrib-svg2pdfconverter")
|
||||||
(version "0.1.0")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sphinxcontrib-svg2pdfconverter" version))
|
(uri (pypi-uri "sphinxcontrib-svg2pdfconverter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1abvbgkkii13q8nsb10r0gc5lm0p9iq1iwhfhakn5ifn6asa0183"))))
|
"1hhaxmqc7wh8gnyw5jaqckliknvk0p21y12wk3bdmncgkaf9ar8f"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-sphinx" ,python-sphinx)))
|
`(("python-sphinx" ,python-sphinx)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue