diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-16 16:28:47 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:45 +0100 |
| commit | 89f17f04db20d679ca2339c07298002e7e28f3ba (patch) | |
| tree | fc93f9db284b0bb8fd9e6a75b845f2389ef9e66d /gnu/packages/python-xyz.scm | |
| parent | 50e11feb34baa9c357f598c23d508a19ee0652a0 (diff) | |
gnu: python-typeguard: Update to 4.4.4.
* gnu/packages/python-xyz.scm (python-typeguard): Update to 4.4.4.
[native-inputs]: Remove python-typing-extensions and python-wheel.
Change-Id: I190744b3842f8a1285b9195174d03e1aab292450
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e0f030c006..6ce822ef41 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28768,21 +28768,19 @@ 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 python-setuptools - python-setuptools-scm - python-typing-extensions - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-typing-extensions)) (home-page "https://github.com/agronholm/typeguard") |
