diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-06 09:28:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-06 09:48:38 +0100 |
commit | ff851b5f08e275e29cd26eb0103c2e8b642dbb08 (patch) | |
tree | 8ab1619ff268cb5e1f44e7122803d1f2df6fb6f4 | |
parent | 59335eb395b36373bfbb31f8027fd7ac089e44b8 (diff) | |
download | aports-ff851b5f08e275e29cd26eb0103c2e8b642dbb08.tar.bz2 aports-ff851b5f08e275e29cd26eb0103c2e8b642dbb08.tar.xz |
community/py3-hypothesis: upgrade to 5.4.2
-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 de8b9618a8..19066e85b5 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.4.1 +pkgver=5.4.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="bf01c50ea998aee2a547132806845aa9330a3830ce2b864f0ab9e2d9b9dd7dbdc9ec4db2ef77bfb9a76467b00f3ca1c00acbba7bdea569dab3038914a598d0c0 py-hypothesis-5.4.1.tar.gz" +sha512sums="d27b7cc82c1eb1c4d5c8f4aabd3af08eb249e4d5d54589468a3b99791d74b2d29ba277d9324e5b8027fd27eecf679c1c9347297d1592eb843b98541bcfd19c68 py-hypothesis-5.4.2.tar.gz" |