guix-commits
[Top][All Lists]
Advanced

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

20/24: gnu: python-sphinx: Update to 2.2.2.


From: guix-commits
Subject: 20/24: gnu: python-sphinx: Update to 2.2.2.
Date: Tue, 10 Dec 2019 19:16:04 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit b5414ff4dbfbf55d196471102de07f5d93f92a79
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 10 16:11:43 2019 +0100

    gnu: python-sphinx: Update to 2.2.2.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 2.2.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 b741373..8075406 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -46,14 +46,14 @@
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "2.2.0")
+    (version "2.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "0ig8s94xg0p6h9y5s3ns9x8i10b24ihzvs65b5jwrhrgih7nnn0d"))))
+         "1wjcm382824rq8ijls9mlqwl2h8l26s201v5fwprhnins671m72m"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]