python-typing_extensions: Update to 4.11.0

This commit is contained in:
Christoph Reiter
2024-04-27 15:40:14 +02:00
parent 4863a08f96
commit 86aff26fe5

View File

@@ -2,7 +2,7 @@
_pyname=typing_extensions
pkgname=python-typing_extensions
pkgver=4.9.0
pkgver=4.11.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=('23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783')
sha256sums=('83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0')
build() {
cd "${_pyname}-${pkgver}"