guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: python-sphinx: Update to 5.1.1.


From: guix-commits
Subject: 04/12: gnu: python-sphinx: Update to 5.1.1.
Date: Sat, 13 Aug 2022 13:25:19 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 30ac875bd85e3da141961ed2225092fdc37729e4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Aug 12 21:03:40 2022 +0200

    gnu: python-sphinx: Update to 5.1.1.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 5.1.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 c68cc9c1b7..b6e7d94462 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -62,14 +62,14 @@
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "5.0.2")
+    (version "5.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "1c67w48509k07pa1q3rp93lpchy8hp6h5iqrc3r20msnly79g3mi"))))
+         "12cdy3m5c09lpf2bbxzbhm5v5y9fk7jgm94qrzggpq86waj28cms"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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