diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-09 10:17:21 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-09 10:21:54 +0100 |
commit | ef6d7dc3376629321630176819f9686b0690bfd8 (patch) | |
tree | 3ac9694b381f122ce9d3a15b30c685d89be440c0 /community/py3-hypothesis | |
parent | 3c88c62730905062c0602f330b79e9a90dd012e9 (diff) | |
download | aports-ef6d7dc3376629321630176819f9686b0690bfd8.tar.bz2 aports-ef6d7dc3376629321630176819f9686b0690bfd8.tar.xz |
community/py3-hypothesis: upgrade to 5.1.2
Diffstat (limited to 'community/py3-hypothesis')
-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 67455471fc..ec65958d4f 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.1.1 +pkgver=5.1.2 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="dcc3a164f5e04f172fd49f9f21cf7c90cba4cb98b770449b167d0fde65eee88be5b352ddb1a2e254f5220191e3c6171b25e4065c21119df12ee7b6935301e512 py-hypothesis-5.1.1.tar.gz" +sha512sums="48150a3ea6d1c6270cf016a363f110f29e6e2adc2bfa98947581dc963a0a19398609c21251f821c9e741e743411a989730000bff83d9c5a1b95b805408e32df1 py-hypothesis-5.1.2.tar.gz" |