guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5.


From: guix-commits
Subject: 02/03: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5.
Date: Fri, 1 Oct 2021 21:09:52 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 70dbdbe39b8b3aa4d6c6fe4919568e6f68f721e2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 1 21:09:14 2021 -0400

    gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): Update to 
1.1.5.
---
 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 00a5400..8e7b67f 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -350,13 +350,13 @@ documents.")
 (define-public python-sphinxcontrib-serializinghtml
   (package
     (name "python-sphinxcontrib-serializinghtml")
-    (version "1.1.4")
+    (version "1.1.5")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinxcontrib-serializinghtml" version))
               (sha256
                (base32
-                "1g3pbx0g88zd9xzcrbaypa2k60axrh92vf5j76wsk0p9hv6fr87a"))))
+                "0lk91cl9bi4ynhz971zjs0bsr7jwxx8mx2f40psrx06zvzjnspxa"))))
     (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]