gnu: python-hypothesis: Update to 3.68.2.

* gnu/packages/check.scm (python-hypothesis): Update to 3.68.2.
This commit is contained in:
Marius Bakke 2018-08-20 01:13:00 +02:00
parent e241f9a020
commit 67a7da1f31
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)