diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-28 03:27:41 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-28 06:43:50 -0300 |
commit | 7d0dc00b2fdce03212ceea4c124a9550ab853348 (patch) | |
tree | 1f6d72bb2a99a964888cb554af338221d106f67d /community | |
parent | 3bbc3babb5fedf2ebd6efdf63a89acf580ebadd5 (diff) | |
download | aports-7d0dc00b2fdce03212ceea4c124a9550ab853348.tar.bz2 aports-7d0dc00b2fdce03212ceea4c124a9550ab853348.tar.xz |
community/py-hypothesis: upgrade to 4.31.1
Diffstat (limited to 'community')
-rw-r--r-- | community/py-hypothesis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-hypothesis/APKBUILD b/community/py-hypothesis/APKBUILD index f9a7ff60ad..98bf4ebb20 100644 --- a/community/py-hypothesis/APKBUILD +++ b/community/py-hypothesis/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Drew DeVault <sir@cmpwn.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py-hypothesis -pkgver=4.31.0 +pkgver=4.31.1 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -72,4 +72,4 @@ _py() { $_python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="9352544bf5f44d705c4cd358648791ecb6a9e81d57b27e8803bba068f2f2359bfb94aeac1a1decc5420320fff5b2dab39fcc3eb3c7e199c66856a294ad580f5c py-hypothesis-4.31.0.tar.gz" +sha512sums="c10407dcfe85f06ed5300dbdae0c366f21ed8c432cffd9c2b42a42d09cd3c80c43229da1a91eaef61a60878f2422fec1a0465fbdec64bc0a38e7da1fb98e11ea py-hypothesis-4.31.1.tar.gz" |