gnu: python-hypothesis: Update to 3.1.0.

* gnu/packages/python.scm (python-hypothesis, python2-hypothesis): Update to
3.1.0.
This commit is contained in:
Leo Famulari 2016-03-13 16:09:17 -04:00
parent 03aef4a795
commit bea6d94d24
1 changed files with 2 additions and 2 deletions

View File

@ -7457,13 +7457,13 @@ Amazon Web Services (AWS) API.")
(define-public python-hypothesis
(package
(name "python-hypothesis")
(version "3.0.4")
(version "3.1.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "hypothesis" version))
(sha256
(base32
"0bh6pqyc56cqlbpg0ffzjs6466blyylix4nsw11qrqwf01cg9gdq"))))
"0qyqq9akm4vshhn8cngjc1qykcvsn7cz6dlm6njfsgpbraqrmbbw"))))
(build-system python-build-system)
(propagated-inputs
`(("python-flake8" ,python-flake8)