guix-commits
[Top][All Lists]
Advanced

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

12/16: gnu: python-sphinxcontrib-devhelp: Update to 1.0.2.


From: guix-commits
Subject: 12/16: gnu: python-sphinxcontrib-devhelp: Update to 1.0.2.
Date: Mon, 9 Mar 2020 16:09:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

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

    gnu: python-sphinxcontrib-devhelp: Update to 1.0.2.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): Update to 1.0.2.
---
 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 4c5554f..711adf7 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -195,13 +195,13 @@ to code blocks.")
 (define-public python-sphinxcontrib-devhelp
   (package
     (name "python-sphinxcontrib-devhelp")
-    (version "1.0.1")
+    (version "1.0.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinxcontrib-devhelp" version))
               (sha256
                (base32
-                "0d2a57kqxl72i55rns0ly1i044y2x234b9sdi89ajc3kjdvv0r3c"))))
+                "1r1qngsbjqbg4rj93kpj44qqy7n4x5khldkr0c3ffhlnggx1lzzz"))))
     (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]