guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.4.


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

nckx pushed a commit to branch master
in repository guix.

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

    gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.4.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): Update
    to 1.1.4.
---
 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 c450012..52209b0 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -320,13 +320,13 @@ documents.")
 (define-public python-sphinxcontrib-serializinghtml
   (package
     (name "python-sphinxcontrib-serializinghtml")
-    (version "1.1.3")
+    (version "1.1.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinxcontrib-serializinghtml" version))
               (sha256
                (base32
-                "09sj3nwahwr4iymg86gczbh151cfczqhf2kclbblzh2jh0zv7vy0"))))
+                "1g3pbx0g88zd9xzcrbaypa2k60axrh92vf5j76wsk0p9hv6fr87a"))))
     (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]