From 17888feb1d0ea758b388410e55b00f5a3364e9af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 23 Jan 2023 08:21:54 -0500 Subject: [PATCH] python3-hypothesis: update to 6.64.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 413748ad830..3f3b6ce6c6e 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.63.0 +version=6.64.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=cd6261972a1e7dc88c8189e21ba15ec4fa3739fce46c3b8ba3b4968638c9485c +checksum=297b62978d812c4f73ceb4050f37043348d3f4237848e3648f4cdf1cfaf19c41 do_check() { # Manually run the tests that tox considers part of the "full" suite,