guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-sphinx: Update to 2.2.0.


From: guix-commits
Subject: 05/05: gnu: python-sphinx: Update to 2.2.0.
Date: Sat, 12 Oct 2019 15:42:23 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit d87f6816a43fadbc7eed61d3b30931ac4a98dfe4
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 12 21:07:36 2019 +0200

    gnu: python-sphinx: Update to 2.2.0.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 2.2.0.
---
 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 da7492c..64c1fc3 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.2")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "09y4mjmbxz94pmfr2lzf1hkx2xk0khcpb8xsqfmir4l7dds9x9zr"))))
+         "0ig8s94xg0p6h9y5s3ns9x8i10b24ihzvs65b5jwrhrgih7nnn0d"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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