guix-commits
[Top][All Lists]
Advanced

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

20/40: gnu: python-sphinx: Update to 3.3.1.


From: guix-commits
Subject: 20/40: gnu: python-sphinx: Update to 3.3.1.
Date: Sun, 13 Dec 2020 15:46:18 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 9fe0ca402b1205e022118e49803afc08b4db3798
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 17:44:23 2020 +0100

    gnu: python-sphinx: Update to 3.3.1.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 3.3.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 993abfa..6a3440c 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -48,14 +48,14 @@
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "3.2.1")
+    (version "3.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "1s70hxhddzf656kmj01lws4cbywgsinbg8750r9ilf7s2sdns79j"))))
+         "0023vc2i29pjxmvdqbz1wdbi7gbj56y1br1b2z8h8wa44li5k38y"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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