From 594ada5bf2f80154c6258c56ae5e9c9eba52b964 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 6 Feb 2023 11:33:34 -0500 Subject: [PATCH] python3-hypothesis: update to 6.67.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 10be6501a5f..a8789a5f5be 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.65.0 +version=6.67.0 revision=1 build_wrksrc=hypothesis-python build_style=python3-module @@ -14,7 +14,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=f1cea50419e4bfacd417aed13b5021c8ce745ced70da16669abb77cffb76284b +checksum=77f8f9ea5a3da74429e6286515b6d99ebac9c54e470e2c9d8cdbe53916304e1b do_check() { # Manually run the tests that tox considers part of the "full" suite,