guix-commits
[Top][All Lists]
Advanced

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

28/34: gnu: Sphinx: Update to 3.1.2.


From: guix-commits
Subject: 28/34: gnu: Sphinx: Update to 3.1.2.
Date: Sat, 25 Jul 2020 16:46:45 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit c866b09d40eb17293db99f7c6caaef7fb77bfa33
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 25 01:15:25 2020 +0200

    gnu: Sphinx: Update to 3.1.2.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 3.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 2b8b15f..5ba9594 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -48,14 +48,14 @@
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "2.3.1")
+    (version "3.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "19a28nsb0w4bs6k8rdfyk6vzrcwdpvhs2wq77rgpmww59yvndrz6"))))
+         "1zd8l4dh0v4p8m7s51xr001k09cq2023dd0953ygw7xa76dypnmr"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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