guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: python-sphinxcontrib-qthelp: Update to 1.0.3.


From: guix-commits
Subject: 14/16: gnu: python-sphinxcontrib-qthelp: Update to 1.0.3.
Date: Mon, 9 Mar 2020 16:09:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 99533bebacea77ac02656bfc6b9e71ed7910b01a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 15:35:43 2020 +0100

    gnu: python-sphinxcontrib-qthelp: Update to 1.0.3.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): Update to 1.0.3.
---
 gnu/packages/sphinx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 866ad50..c450012 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -300,13 +300,13 @@ commands into documents, helping you to keep your command 
examples up to date.")
 (define-public python-sphinxcontrib-qthelp
   (package
     (name "python-sphinxcontrib-qthelp")
-    (version "1.0.2")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinxcontrib-qthelp" version))
               (sha256
                (base32
-                "0vs09m6kf5vhiivpi5s5pks59iq0lqlsbkdycpqlysg53bhmqikr"))))
+                "0wjsp96d262shzkx7pb7pra7mmf0j8c5rz56i6x0vdsqw1z7ccsc"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ;XXX: circular dependency on Sphinx



reply via email to

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