diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 050f9e64c0e0f83e4e036076ef3d511268c5b976..a44c8ea8d056d9e0127be1d6b2083ecfdacd8427 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7457,13 +7457,13 @@ (define-public awscli (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)