From f905d02724e06ee7757471a9da67c5ac7295b8e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 7 Jun 2022 10:34:28 -0400 Subject: [PATCH] python3-hypothesis: update to 6.47.0. --- 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 f4017b40bb7..5125d71a8f2 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.46.0 +version=6.47.0 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=47a115c01f40afa137747b3ddd8c2d7394be86da1318222eeecc66c227b49d38 +checksum=7a2e5d089a23437efb4b805036655315228b2aa411ea08c173bf34106f7fd397 do_check() { # Manually run the tests that tox considers part of the "full" suite,