summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-12 14:36:23 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-19 13:57:38 +0100
commit7033da9b3d067a0b29bf1d9700cf45cee357b214 (patch)
tree2f9c145713b6c368ff6942ccb1b14b216769030d
parent4c2e3444df88b580629661decb89a259d592ecd2 (diff)
gnu: python-hypothesis-next: Set to python-hypothesis.
* gnu/packages/check.scm (python-hypothesis-next): Set to python-hypothesis. Change-Id: Ia5d79b545d6da266db7a14d0b602e02196a6bd3e
-rw-r--r--gnu/packages/check.scm17
1 files changed, 1 insertions, 16 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 73a6134d3c..0ef5ff9dc9 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2825,24 +2825,9 @@ instantly.")
much larger range of examples than you would ever want to write by hand. It’s
based on the Haskell library, Quickcheck, and is designed to integrate
seamlessly into your existing Python unit testing work flow.")
- (home-page "https://hypothesis.works/")
(license license:mpl2.0)))
-(define-public python-hypothesis-next
- (package
- (inherit python-hypothesis)
- (name "python-hypothesis")
- (version "6.131.8")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "hypothesis" version))
- (sha256
- (base32 "1wx4ii5dxfp9gajfb5bqd3a2d1a38rbmvb620kj0cvlyvxkv5nk8"))))
- (build-system pyproject-build-system)
- (native-inputs
- (list python-setuptools-next
- python-wheel))))
+(define-public python-hypothesis-next python-hypothesis)
;; WARNING: This package is a dependency of mesa.
(define-public python-lit