guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 2a665bbf7af7b284b5176e7244237367f8623534
Author: Charles Roelli <[email protected]>
AuthorDate: Tue May 5 10:04:32 2026 +0000

    gnu: python-docutils: Update to 0.22.4.
    
    * gnu/packages/python-xyz.scm (python-docutils): Update to 0.22.4.
    
    Relates-to: guix/guix!8726
    Change-Id: I79de0f9deb56cb922b282ed917ce6a791ad04c38
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c9d141159b..2c7d8ab181 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10493,13 +10493,13 @@ Google and Numpydoc format.")
 (define-public python-docutils
   (package
     (name "python-docutils")
-    (version "0.21.2")
+    (version "0.22.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "docutils" version))
        (sha256
-        (base32 "0vwqzbmzdvwx23myx4cg8s8mdkrqnfxpa9yi7jm2s66z5rrihsrs"))))
+        (base32 "0s4ryafs954ivgb7bifzpbv98vb2mcr0s8wi9nvwpglsvqgkpdad"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to