From ed9fc240a8f7e2adf2d9897b8c69fb9d227c9d8e Mon Sep 17 00:00:00 2001 From: Duncan Bellamy <dunk@denkimushi.com> Date: Mon, 8 Jul 2024 07:40:12 +0000 Subject: [PATCH] community/py3-rapidfuzz: upgrade to 3.9.4 --- community/py3-rapidfuzz/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-rapidfuzz/APKBUILD b/community/py3-rapidfuzz/APKBUILD index 51c131bd245e..d7227cfd0bb1 100644 --- a/community/py3-rapidfuzz/APKBUILD +++ b/community/py3-rapidfuzz/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=py3-rapidfuzz -pkgver=3.9.3 +pkgver=3.9.4 pkgrel=0 pkgdesc="Rapid fuzzy string matching in Python using various string metrics" url="https://github.com/maxbachmann/RapidFuzz" @@ -54,5 +54,5 @@ package() { } sha512sums=" -730569e14bf512a2e90039a937006eb7d26ffb4dfb5e926e8277d1048b9a520fe970c9fa908d1f330eb37030b1053541845175eceac8b651863b59b76ec387f5 rapidfuzz-3.9.3.tar.gz +4494d86f17e7b4ae51639f1d2941d4e313c26739787f3a47261a5d5bf26da4091d918e1603e2199774edd5e1b91d67446b762a81e6b98496d67fbddb93effe21 rapidfuzz-3.9.4.tar.gz " -- GitLab