guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: python-sphinxcontrib-htmlhelp: Update to 1.0.3.


From: guix-commits
Subject: 13/16: gnu: python-sphinxcontrib-htmlhelp: 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 25b576a9db797d92915666ae8a912224bfb767fb
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 15:35:35 2020 +0100

    gnu: python-sphinxcontrib-htmlhelp: Update to 1.0.3.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): 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 711adf7..866ad50 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -215,13 +215,13 @@ to code blocks.")
 (define-public python-sphinxcontrib-htmlhelp
   (package
     (name "python-sphinxcontrib-htmlhelp")
-    (version "1.0.2")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinxcontrib-htmlhelp" version))
               (sha256
                (base32
-                "08l4x8a2l4xjqdd5rhvmfsqihmlgg4prdayj9b6pigaii6gzjw26"))))
+                "16v5jdnibwrqjdr5aqchgyzpwy3rgamwhdf4kidv5nxj65zbpxg8"))))
     (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]