guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: Sphinx: Update to 2.1.1.


From: guix-commits
Subject: 06/10: gnu: Sphinx: Update to 2.1.1.
Date: Sat, 15 Jun 2019 04:52:18 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit bbeeeb148efdb3e604f44d4e643731c49f46f684
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 14 11:49:12 2019 +0200

    gnu: Sphinx: Update to 2.1.1.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 2.1.1.
---
 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 1bc7149..0b86398 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -45,14 +45,14 @@
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "2.0.1")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "0js0rnbzm0nsb4gm2v4z79wlbmr05awqzic57kfl8ydkdxj80cj2"))))
+         "1ym150xpzc2nsv8zy77q3q4gxgwfnfvd7459dykzmiw6wxk3250m"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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