guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-sphinx: Update to 2.1.2.


From: guix-commits
Subject: 02/02: gnu: python-sphinx: Update to 2.1.2.
Date: Thu, 20 Jun 2019 17:34:32 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 010689e7067df1288af29176f4a8639de816b1ef
Author: Marius Bakke <address@hidden>
Date:   Thu Jun 20 23:19:09 2019 +0200

    gnu: python-sphinx: Update to 2.1.2.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 2.1.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 a5773c2..5ec7693 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.1.1")
+    (version "2.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "1ym150xpzc2nsv8zy77q3q4gxgwfnfvd7459dykzmiw6wxk3250m"))))
+         "09y4mjmbxz94pmfr2lzf1hkx2xk0khcpb8xsqfmir4l7dds9x9zr"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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