guix-commits
[Top][All Lists]
Advanced

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

03/34: gnu: python-sphinx: Update to 4.0.1.


From: guix-commits
Subject: 03/34: gnu: python-sphinx: Update to 4.0.1.
Date: Sat, 22 May 2021 11:16:26 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 582537d9309664cfe86e3bb4309e5f979f9c7b52
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri May 14 11:29:42 2021 +0200

    gnu: python-sphinx: Update to 4.0.1.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 4.0.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 4aeed10..6a96369 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -52,14 +52,14 @@
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "3.3.1")
+    (version "4.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "0023vc2i29pjxmvdqbz1wdbi7gbj56y1br1b2z8h8wa44li5k38y"))))
+         "0k0bfjw4f76k2yyz8k2rl3s66ig2mn7y13m8dzqbgckifmvh8lfg"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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