mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
180b6f3baa
commit
b19a960f5f
2 changed files with 17 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue