git » python-jaraco.functools.git » commit 5e8ca43

upgpkg: 3.9.0-1

author Chih-Hsuan Yen
2023-09-03 07:43:27 UTC
committer Chih-Hsuan Yen
2023-09-03 07:43:27 UTC
parent 2c8663a5a4c22cef0c2ff53bd1b6db3808d6b9f3

upgpkg: 3.9.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index a7c8fc8..e92595e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
 
 pkgname=python-jaraco.functools
 # https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst
-pkgver=3.8.1
+pkgver=3.9.0
 # curl https://api.github.com/repos/jaraco/jaraco.functools/git/ref/tags/v$pkgver | jq -r .object.sha
-_tag=4c25be295969c00cd9e254297d28db8844fbb106
+_tag=a51deece0e54c37c5811565a2997bce2a77fb0a7
 pkgrel=1
 pkgdesc='Functools like those found in stdlib'
 arch=('any')