diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-10-15 00:50:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-15 00:50:56 -0300 |
commit | a49ed5e60b824cf76efe43e125e829e9dc5447b8 (patch) | |
tree | 1702532eeebf1a7f5754f23e1918ab887a907dee | |
parent | 06889376abbb58d9a37ec2f343acc503f1b13023 (diff) | |
download | aports-a49ed5e60b824cf76efe43e125e829e9dc5447b8.zip |
community/py3-hypothesis: upgrade to 5.37.3
-rw-r--r-- | community/py3-hypothesis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD index c1bc3259407..9e046bffc53 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.37.1 +pkgver=5.37.3 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="57101d12cf81641cb47ee2b9da9a4a3233ea4eec178d16c16778b4ce869e70463ca1381d983abd48382fe8eb4d0f8f8e4ea41f7b3b6c9e71b73c4a119cba85f8 py-hypothesis-5.37.1.tar.gz" +sha512sums="d2c7a7a0799eb5468d38e4b15d793ff37a52b02afffe4726078daf62cb3530f1f8fbc605b20ae4120440b63bbcbc57ba85aee78945eeaca6b105b6940e3cbb51 py-hypothesis-5.37.3.tar.gz" |