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 @@ (define-public python-sphinxcontrib-serializinghtml
|
|||
(define-public python-sphinxcontrib-svg2pdfconverter
|
||||
(package
|
||||
(name "python-sphinxcontrib-svg2pdfconverter")
|
||||
(version "0.1.0")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sphinxcontrib-svg2pdfconverter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1abvbgkkii13q8nsb10r0gc5lm0p9iq1iwhfhakn5ifn6asa0183"))))
|
||||
"1hhaxmqc7wh8gnyw5jaqckliknvk0p21y12wk3bdmncgkaf9ar8f"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-sphinx" ,python-sphinx)))
|
||||
|
|
Loading…
Reference in a new issue