From 73fa7e61052c5aefa944b5756e7506d284512d58 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 24 Dec 2020 16:32:58 -0500 Subject: [PATCH] python3-hypothesis: update to 5.43.4. --- 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 b0a97944ace..0f11d2f13fd 100644 --- a/srcpkgs/python3-hypothesis/template +++ b/srcpkgs/python3-hypothesis/template @@ -1,6 +1,6 @@ # Template file for 'python3-hypothesis' pkgname=python3-hypothesis -version=5.43.3 +version=5.43.4 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=27e55039621fdf0ba378617219a3d659f6e250a7fd3becd081ded3787589fa30 +checksum=47421b70c8c83334e754f418da39320ecb9c285a568590d83e61f45bcf52cdb4 do_check() { # Manually run the tests that tox considers part of the "full" suite,