guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-sphinx: Update to 3.2.1.


From: guix-commits
Subject: 01/02: gnu: python-sphinx: Update to 3.2.1.
Date: Sat, 24 Oct 2020 16:15:10 -0400 (EDT)

cbaines pushed a commit to branch staging-next
in repository guix.

commit 9bf2ddf8dc362b3049390c7349ae5680bb285dae
Author: Simon South <simon@simonsouth.net>
AuthorDate: Sat Oct 10 18:24:21 2020 -0400

    gnu: python-sphinx: Update to 3.2.1.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 3.2.1.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 f27f9d0..476632a 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.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "19a28nsb0w4bs6k8rdfyk6vzrcwdpvhs2wq77rgpmww59yvndrz6"))))
+         "1s70hxhddzf656kmj01lws4cbywgsinbg8750r9ilf7s2sdns79j"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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