me
/
guix
Archived
1
0
Fork 0

gnu: python-hypothesis: Update home-page.

* gnu/packages/check.scm.scm (python-hypothesis)[home-page]: Update it.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
jgart 2022-11-11 00:28:23 -06:00 committed by Christopher Baines
parent 024a98cb83
commit f91f9006c4
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2022 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2022 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2022 jgart <jgart@dismail.de>
;;;
;;; This file is part of GNU Guix.
;;;
@ -2173,7 +2174,7 @@ instantly.")
much larger range of examples than you would ever want to write by hand. Its
based on the Haskell library, Quickcheck, and is designed to integrate
seamlessly into your existing Python unit testing work flow.")
(home-page "https://github.com/HypothesisWorks/hypothesis")
(home-page "https://hypothesis.works/")
(license license:mpl2.0)))
;;; TODO: Make the default python-hypothesis in the next rebuild cycle.