summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-18 23:09:12 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:30 +0100
commit65bc9a8c6ec6982587b38ae340c6db78c98cc65b (patch)
treefc8ae8564d2541b9d0f4694efa6d6ae41c9b8d84 /gnu/packages/python-check.scm
parent52b4aac17763ada8e8d705d8fb795ecd34b0c976 (diff)
gnu: python-beartype: Update to 0.21.0.
* gnu/packages/python-check.scm (python-beartype): Update to 0.21.0. [native-inputs]: Remove python-numpy and python-pygments. Change-Id: I16a2dc877b20f9f52de8b6e596cf7abb6d7677eb
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 32cddb2f2b7..7b6cff865d4 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -343,16 +343,16 @@ all the files it generates a report.")
(define-public python-beartype
(package
(name "python-beartype")
- (version "0.19.0")
+ (version "0.21.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "beartype" version))
(sha256
- (base32 "0wv598iv9c2s6ivfiara9pnkdlnas8xjw063wvyi0dswpb0xyhny"))))
+ (base32 "0i1j1mkcw0fgms9qg7j30nlgcr0b0ndx2l98sb162wp8bj7hg9gr"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-hatchling python-numpy python-pygments python-pytest))
+ (list python-hatchling python-pytest))
(home-page "https://github.com/beartype/beartype")
(synopsis "Fast runtime type checking for Python")
(description "Beartype aims to be a very fast runtime type checking tool