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:
Brett Gilio 2019-12-23 17:25:42 -06:00
parent b45aafd548
commit 76c83e33a8
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -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)))