mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hypothesis-6.23: Update to 6.43.3.
* gnu/packages/check.scm (python-hypothesis-6.23): Update to 6.43.3 and rename to... (python-hypothesis-next): ... this. [propagated-inputs]: Add python-pytest. * gnu/packages/matrix.scm (python-matrix-nio): Adjust accordingly. * gnu/packages/python-web.scm (python-h2): Likewise. * gnu/packages/check.scm (python-hypothesis)[home-page]: Update URL.
This commit is contained in:
parent
1a564cf147
commit
bfe7f40650
3 changed files with 10 additions and 6 deletions
|
@ -1114,7 +1114,7 @@ and that could be anything you want.")
|
|||
(add-installed-pythonpath inputs outputs)
|
||||
(invoke "python" "-m" "pytest" "-vv" "test")))))))
|
||||
(native-inputs
|
||||
(list python-hypothesis-6.23 python-pytest))
|
||||
(list python-hypothesis-next python-pytest))
|
||||
(propagated-inputs
|
||||
(list python-hpack python-hyperframe))
|
||||
(home-page "https://github.com/python-hyper/h2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue