gnu: python-hypothesis: Update to 3.52.0.

* gnu/packages/check.scm (python-hypothesis): Update to 3.52.0.
[propagated-inputs]: Add python-attrs and python-coverage.
[home-page]: Update URI.
* gnu/packages/python.scm (python-attrs-bootstrap, python2-attrs-bootstrap):
New variables.
This commit is contained in:
Arun Isaac 2018-03-28 19:51:21 +05:30
parent 180b6f3baa
commit b19a960f5f
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3
2 changed files with 17 additions and 4 deletions

View file

@ -10778,6 +10778,16 @@ protocols.")
(define-public python2-attrs
(package-with-python2 python-attrs))
(define-public python-attrs-bootstrap
(package
(inherit python-attrs)
(name "python-attrs-bootstrap")
(native-inputs `())
(arguments `(#:tests? #f))))
(define-public python2-attrs-bootstrap
(package-with-python2 python-attrs-bootstrap))
(define-public python2-cliapp
(package
(name "python2-cliapp")