gnu: python-hypothesis: Update to 5.4.1.

* gnu/packages/check.scm (python-hypothesis): Update to 5.4.1.
This commit is contained in:
Marius Bakke 2020-02-01 11:39:05 +01:00
parent b8f4d3f4c5
commit 916f1d552d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -1668,13 +1668,13 @@ instantly.")
(define-public python-hypothesis (define-public python-hypothesis
(package (package
(name "python-hypothesis") (name "python-hypothesis")
(version "5.3.0") (version "5.4.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "hypothesis" version)) (uri (pypi-uri "hypothesis" version))
(sha256 (sha256
(base32 (base32
"0aclww914la1s41jkjla10pm0qh88dpdv9x1riyqw7xzwczvbzf9")))) "0zn09bn6hadk4vxl6jy8bkjr5fz8mrhin3z46w7pq5qgbaycr89p"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; XXX: Tests are not distributed with the PyPI archive. ;; XXX: Tests are not distributed with the PyPI archive.