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

commit fc7f686b9f713aae7986ccb6a3cf45bb218ade7f
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed Jul 16 16:28:47 2025 +0100

    gnu: python-typeguard: Update to 4.4.4.
    
    * gnu/packages/python-xyz.scm (python-typeguard): Update to 4.4.4.
    [propagated-inputs]: Add python-importlib-metadata.
    [native-inputs]: Remove python-mypy and python-typing-extensions; add
    python-pytest-mypy.
    
    Change-Id: I190744b3842f8a1285b9195174d03e1aab292450
---
 gnu/packages/python-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5073f4ee73..227f6ebdc2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28669,23 +28669,23 @@ source bytes using the UTF-8 encoding and then 
rewrites Python 3.6 style
 (define-public python-typeguard
   (package
     (name "python-typeguard")
-    (version "4.4.1")
+    (version "4.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "typeguard" version))
        (sha256
-        (base32 "06y22d1f5dhpyl71wbhsaibig5hvc2v44pw795yb8lxl02fsh8hd"))))
+        (base32 "0x2zkskia5lb1838ys0bhpp9v6y80jkhchzdz874spbhzggx4zrs"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-mypy
-           python-pytest
+     (list python-pytest
+           python-pytest-mypy
            python-setuptools
            python-setuptools-scm
-           python-typing-extensions
            python-wheel))
     (propagated-inputs
-     (list python-typing-extensions))
+     (list python-importlib-metadata
+           python-typing-extensions))
     (home-page "https://github.com/agronholm/typeguard";)
     (synopsis "Run-time type checker for Python")
     (description

Reply via email to