guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.2.0.


From: guix-commits
Subject: 05/06: gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.2.0.
Date: Mon, 17 Jan 2022 12:34:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit bba32b9d312502c1b65bfc94994167d5d85507d6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jan 17 17:24:23 2022 +0100

    gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.2.0.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter): Update to
    1.2.0.
    [arguments]: New field.
---
 gnu/packages/sphinx.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index c6c4b572bf..e556783871 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -452,17 +452,19 @@ documents.")
 (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).")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]