guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1aad6576b3da86435a8097c85785ae9d1c12c88d
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Fri Sep 26 15:56:16 2025 +0900
gnu: python-hypothesis-next: Mark as deprecated.
* gnu/packages/check.scm (python-hypothesis-next):
Mark as a deprecated public alias.
Change-Id: Ic121d5f9cd965095bce70b2c3d3bef887b8f1f8e
Reviwed-by: Ludovic Courtès <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/check.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 4b97491789..c597210d53 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2694,7 +2694,8 @@ 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-public python-hypothesis-next python-hypothesis)
+(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