diff options
author | Celeste <20312-Celeste@users.gitlab.alpinelinux.org> | 2023-09-03 03:16:01 +0000 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2023-09-03 10:35:59 +0000 |
commit | f80f591c0888fb42a17779c0081c758d32ef5ec7 (patch) | |
tree | b8a6b508e7a64df990351712224b33c2411a4d38 | |
parent | 25130d8907a718ac54f1e56d0ce1cfde088e8cb1 (diff) |
community/py3-gevent: upgrade to 23.9.0
-rw-r--r-- | community/py3-gevent/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-gevent/APKBUILD b/community/py3-gevent/APKBUILD index 930611a037f..df5d3105b73 100644 --- a/community/py3-gevent/APKBUILD +++ b/community/py3-gevent/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Zhou <zhoumichaely@gmail.com> # Contributor: Michael Zhou <zhoumichaely@gmail.com> pkgname=py3-gevent -pkgver=23.7.0 +pkgver=23.9.0 pkgrel=0 pkgdesc="Python3 library for seamless coroutine-based concurrency" url="http://gevent.org/" @@ -61,5 +61,5 @@ package() { } sha512sums=" -bd044b4ba1da6b2ad2c6b5d4a52706e8d83a899f5f239728715288b1f80362d71f777ee5c4aa45b0929fb75b89f14e5f5bc4e09379265c844f6c5753f8cd5d32 gevent-23.7.0.tar.gz +270e6cf6c4ea1ce3acf2631d30659dac451b768afadcfa0ae0f74ce8c9297139ffc39e6fe1e642c54d9e5a1b5de2e2294a7eafbad44c83a117fdbcd22039f37f gevent-23.9.0.tar.gz " |