From 2f6df801c8ca35421097d82c54f926e62c10501c Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Mon, 22 Jun 2020 15:55:39 -0300
Subject: [PATCH] community/py3-hypothesis: upgrade to 5.18.0

---
 community/py3-hypothesis/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD
index 2eadf68e491d..ca2ad387a588 100644
--- a/community/py3-hypothesis/APKBUILD
+++ b/community/py3-hypothesis/APKBUILD
@@ -1,7 +1,7 @@
 # Contributor: Drew DeVault <sir@cmpwn.com>
 # Maintainer: Leo <thinkabit.ukim@gmail.com>
 pkgname=py3-hypothesis
-pkgver=5.16.3
+pkgver=5.18.0
 pkgrel=0
 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python"
 options="!check"
@@ -35,4 +35,4 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-sha512sums="912d984995d4ad8f06e98eb2cc327629328990fc1c072527ce261b637e16622acaf4d0d93928f9dd2d6601ab78f69aa6cf129d5cd7c1c00e50754ebc06957df0  py-hypothesis-5.16.3.tar.gz"
+sha512sums="b1a1f37f1f58a6401a31f32ef0e7de452b8a8bd71fe5aeb72eeac197a23b78c3ff17b61f7940e2a2a755f7f008f0ea3df5b0f2ad5e4c0d2d316bf13dbd7cbdaf  py-hypothesis-5.18.0.tar.gz"
-- 
GitLab