From 5a7b3b01db332434519e0a72a86b59ce809dd373 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 6 Apr 2021 14:24:25 -0400 Subject: [PATCH] python3-hypothesis: update to 6.8.5. --- srcpkgs/python3-hypothesis/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-hypothesis/template b/srcpkgs/python3-hypothesis/template index 587e6b28d8..3b6a52476d 100644 --- a/srcpkgs/python3-hypothesis/template +++ b/srcpkgs/python3-hypothesis/template @@ -1,6 +1,6 @@ # Template file for 'python3-hypothesis' pkgname=python3-hypothesis -version=6.8.4 +version=6.8.5 revision=1 wrksrc="hypothesis-hypothesis-python-${version}" build_wrksrc=hypothesis-python @@ -15,7 +15,7 @@ license="MPL-2.0" homepage="https://hypothesis.works/" changelog="https://hypothesis.readthedocs.io/en/latest/changes.html" distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz" -checksum=8ce759ea4c1792ce0456353a2f2ef0061323545ce4cf010ae8a65966304523bf +checksum=8282c734fe29f8fc5c478e7880aa26470997fcd73cb3f96d0ecd47ab19786947 do_check() { # Manually run the tests that tox considers part of the "full" suite,