mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: python-hypothesis: Update to 3.68.2.
* gnu/packages/check.scm (python-hypothesis): Update to 3.68.2.
This commit is contained in:
parent
e241f9a020
commit
67a7da1f31
1 changed files with 2 additions and 2 deletions
|
@ -1413,13 +1413,13 @@ (define-public python2-pytest-subtesthack
|
|||
(define-public python-hypothesis
|
||||
(package
|
||||
(name "python-hypothesis")
|
||||
(version "3.66.6")
|
||||
(version "3.68.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "hypothesis" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jlcbnirj5ndv4gvb3rmydligljn1alim9d4dk377188y09iwl5k"))))
|
||||
"15wlbdy148h3z0ckylf7zkszrfnnk254a6ld3qaf37lkf7hyp4r0"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-flake8" ,python-flake8)
|
||||
|
|
Loading…
Reference in a new issue