python-typing_extensions: Update to 4.9.0

This commit is contained in:
Christoph Reiter
2024-01-17 07:20:23 +01:00
parent f1e4deba81
commit ff026bbd49

View File

@@ -2,7 +2,7 @@
_pyname=typing_extensions
pkgname=python-typing_extensions
pkgver=4.8.0
pkgver=4.9.0
pkgrel=1
pkgdesc='Backported and Experimental Type Hints for Python 3.8+'
arch=(any)
@@ -18,7 +18,7 @@ makedepends=(
python-installer
)
source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef')
sha256sums=('23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783')
build() {
cd "${_pyname}-${pkgver}"