gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.2.0.

* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter): Update to
1.2.0.
[arguments]: New field.
This commit is contained in:
Marius Bakke 2022-01-17 17:24:23 +01:00
parent c7dd51dd61
commit bba32b9d31
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -452,17 +452,19 @@ (define-public python-sphinxcontrib-serializinghtml
(define-public python-sphinxcontrib-svg2pdfconverter
(package
(name "python-sphinxcontrib-svg2pdfconverter")
(version "1.0.1")
(version "1.2.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-svg2pdfconverter" version))
(sha256
(base32
"1hhaxmqc7wh8gnyw5jaqckliknvk0p21y12wk3bdmncgkaf9ar8f"))))
"07c5nmkyx2y0gwfjq66fhy68c24mclvs2qqv1z9ilvvypii4blb0"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ;no tests
(propagated-inputs
(list python-sphinx))
(home-page "https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter")
(home-page
"https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter")
(synopsis "Sphinx SVG to PDF converter extension")
(description "A Sphinx extension to convert SVG images to PDF in case the
builder does not support SVG images natively (e.g. LaTeX).")