diff options
-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 7d7bb21c82..7b50896d0b 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=4.42.5 +pkgver=4.42.10 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -41,5 +41,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="516cb775a2d9181498cfa5489438912286461865e597fd2d64e40cb73af60906eadb5fa6c70833b2431557804082a2f8b220573a2d518673aedf828ebe385699 py-hypothesis-4.42.5.tar.gz +sha512sums="2e44f8d799959a71881235d9579f50fa7dfd81217c0b8e2d77a3bd615b5c169df8c0f6f1fae55770c47d07a4f48602c0b5a2e007592ffbc799366500defc12e0 py-hypothesis-4.42.10.tar.gz 9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch" |