guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e7c41bee78e32e100f28f99f62ddda548f025eb4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Oct 18 12:48:07 2025 +0100

    gnu: python-types-docutils: Update to 0.22.2.20251006.
    
    * gnu/packages/python-xyz.scm (python-types-docutils): Update to 
0.22.2.20251006.
    [buld-system]: Switch to pyproject-build-system.
    [arguments] <tests?>: No tests.
    [native-inputs]: Add python-setuptools.
    
    Change-Id: I9f600fd3c16447617ca1d6da24475abcd2343878
---
 gnu/packages/python-xyz.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 11935e6f4f..89933635e4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36225,14 +36225,16 @@ static types.")
 (define-public python-types-docutils
   (package
     (name "python-types-docutils")
-    (version "0.18.2")
+    (version "0.22.2.20251006")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "types-docutils" version))
+       (uri (pypi-uri "types_docutils" version))
        (sha256
-        (base32 "14ypv0x6fk1pjw0bvvr1lkb2g6dvq2pwvbd5b5pzjl6182fhmaim"))))
-    (build-system python-build-system)
+        (base32 "1cp3p4bsaa646fa3kpjwjwsqbn6vz77pn57913lkknkf21ch8v63"))))
+    (build-system pyproject-build-system)
+    (arguments (list #:tests? #f))      ;no tests
+    (native-inputs (list python-setuptools))
     (home-page "https://github.com/python/typeshed";)
     (synopsis "Typing stubs for docutils")
     (description "This package provides a collection of library stubs for

Reply via email to