From 1aad6576b3da86435a8097c85785ae9d1c12c88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Fri, 26 Sep 2025 15:56:16 +0900 Subject: [PATCH] gnu: python-hypothesis-next: Mark as deprecated. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/check.scm (python-hypothesis-next): Mark as a deprecated public alias. Change-Id: Ic121d5f9cd965095bce70b2c3d3bef887b8f1f8e Reviwed-by: Ludovic Courtès Signed-off-by: Sharlatan Hellseher --- 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 4b974917893..c597210d530 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