guix-commits
[Top][All Lists]
Advanced

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

36/203: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0.


From: guix-commits
Subject: 36/203: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0.
Date: Wed, 3 Nov 2021 21:09:52 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 87d069afb9aea4e58eaf393dd3bc874ae9248d62
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 1 21:09:05 2021 -0400

    gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): Update to 2.0.0.
---
 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 e7407e1..1745425 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -245,13 +245,13 @@ users from Sphinx docs.")
 (define-public python-sphinxcontrib-htmlhelp
   (package
     (name "python-sphinxcontrib-htmlhelp")
-    (version "1.0.3")
+    (version "2.0.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinxcontrib-htmlhelp" version))
               (sha256
                (base32
-                "16v5jdnibwrqjdr5aqchgyzpwy3rgamwhdf4kidv5nxj65zbpxg8"))))
+                "1ckd5xx4ngd6f4prxbc1bbvnafy1gg06j3bxyj5kk7v21lnvpy7m"))))
     (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]