diff options
author | Michał Polański <michal@polanski.me> | 2023-11-21 05:04:28 +0100 |
---|---|---|
committer | Michał Polański <michal@polanski.me> | 2023-11-21 05:04:28 +0100 |
commit | 8d1bee56c098d673a6cbae0ed93e99a7c4d146c1 (patch) | |
tree | 8b5330699bd342a560d055e2d93c8aaf805b1b63 | |
parent | eec98661f40b5e7fb88935e21f5e944fdf0df400 (diff) |
community/py3-hypothesis: upgrade to 6.90.0
-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 0b09ad3e7af..5cf0f1d0124 100644 --- a/community/py3-hypothesis/APKBUILD +++ b/community/py3-hypothesis/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Michał Polański <michal@polanski.me> pkgname=py3-hypothesis -pkgver=6.88.4 +pkgver=6.90.0 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" options="!check" @@ -40,5 +40,5 @@ package() { } sha512sums=" -420dd525abb56dad8983b16767cb4d7f4b411ee68439e2317d7be5582fcf9a8735929b4746bbfc37b286d389dcd36c38da797466bd6c4c555d108a56b30511ad py-hypothesis-6.88.4.tar.gz +02ca4f5b4c0c6cc2b949d46ac221a3c06a9d05fb89fc17c1a8e42813172b914822ba484970a20d1be1900e5396bf020ba1e274344aa8bf16253f18a6f11c6ac1 py-hypothesis-6.90.0.tar.gz " |