guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 918739041c00c4c9b4ebac44ca1901823c03db0c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 16 23:45:26 2026 +0000
gnu: Remove python-hypothesis-next.
* gnu/packages/check.scm (python-hypothesis-next): Delete variable.
Change-Id: I108aa4004ba92b51f639add0745fec0f421d5a9c
---
gnu/packages/check.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index b1ead45dd2..ad52010276 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2729,9 +2729,6 @@ based on the Haskell library, Quickcheck, and is designed
to integrate
seamlessly into your existing Python unit testing work flow.")
(license license:mpl2.0)))
-(define-deprecated/public-alias python-hypothesis-next
- python-hypothesis) ;may be removed after 2025-12-01
-
;; WARNING: This package is a dependency of mesa.
(define-public python-lit
(package