Skip to content

Commit

Permalink
Merge pull request msys2#4358 from lazka/python-typing_extensions-4.9.0
Browse files Browse the repository at this point in the history
python-typing_extensions: Update to 4.9.0
  • Loading branch information
lazka authored Jan 17, 2024
2 parents 27d0a86 + ff026bb commit 3989a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-typing_extensions/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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}"
Expand Down

0 comments on commit 3989a8d

Please sign in to comment.