summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-02-08 16:13:22 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-02-09 21:27:24 +0100
commit5b972c3256eff3588ad516b6ae64f2b948cac7c5 (patch)
treedd85b61d0cbc0697b2c071cebe0a4a8ff8f94d4b /gnu/packages/check.scm
parent850926439fb3d853c7f50d8be9580b1599ad47c3 (diff)
downloadguix-patches-5b972c3256eff3588ad516b6ae64f2b948cac7c5.tar
guix-patches-5b972c3256eff3588ad516b6ae64f2b948cac7c5.tar.gz
gnu: python-hypothesis: Update to 4.5.3.
* gnu/packages/check.scm (python-hypothesis): Update to 4.5.3.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 7550586c1f..afb3b96aba 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1447,13 +1447,13 @@ instantly.")
(define-public python-hypothesis
(package
(name "python-hypothesis")
- (version "3.70.3")
+ (version "4.5.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "hypothesis" version))
(sha256
(base32
- "1rshs1japfmwgar98yrkq4hg4z2q76hlnq7w2n3lfbjnscn1jd9b"))))
+ "0fvq4mfybm129l978war86mcshkn28dkrxw7lr8549zr9ywvik1c"))))
(build-system python-build-system)
(native-inputs
`(;; FIXME: Change to python-flake8 in the next rebuild cycle.