mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hypothesis-next: Withdraw from deprecation.
* gnu/packages/check.scm (python-hypothesis-next): Do not deprecate and point to the latest version instead. Change-Id: Ie7224e104c8b1270afa546ffdd3654ca44e2171e
This commit is contained in:
parent
76e10bcc5a
commit
fdf07c14d4
1 changed files with 15 additions and 2 deletions
|
@ -2831,8 +2831,21 @@ seamlessly into your existing Python unit testing work flow.")
|
||||||
(home-page "https://hypothesis.works/")
|
(home-page "https://hypothesis.works/")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-deprecated python-hypothesis-next python-hypothesis)
|
(define-public python-hypothesis-next
|
||||||
(export 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))))
|
||||||
|
|
||||||
;; WARNING: This package is a dependency of mesa.
|
;; WARNING: This package is a dependency of mesa.
|
||||||
(define-public python-lit
|
(define-public python-lit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue