guix-commits
[Top][All Lists]
Advanced

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

04/21: gnu: python-sphinx: Update to 5.0.2.


From: guix-commits
Subject: 04/21: gnu: python-sphinx: Update to 5.0.2.
Date: Thu, 23 Jun 2022 13:56:42 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit e850e361b6fff84e5704fbb01b811e3235c8a4c2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 22 10:57:55 2022 +0200

    gnu: python-sphinx: Update to 5.0.2.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 5.0.2.
---
 gnu/packages/sphinx.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index bbb070ddf6..c68cc9c1b7 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -62,17 +62,17 @@
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "4.5.0")
+    (version "5.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))
+         "1c67w48509k07pa1q3rp93lpchy8hp6h5iqrc3r20msnly79g3mi"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     '(#:phases
        (modify-phases %standard-phases
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)



reply via email to

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