Skip to content

Commit

Permalink
python-anyio: Update to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 6, 2024
1 parent 5a63808 commit 4b9c73d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-python-anyio/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=anyio
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=3.7.1
pkgrel=3
pkgver=4.2.0
pkgrel=1
epoch=1
pkgdesc='High level compatibility layer for multiple asynchronous event loop implementations (mingw-w64)'
arch=('any')
Expand All @@ -23,7 +23,7 @@ makedepends=(
${MINGW_PACKAGE_PREFIX}-python-setuptools-scm
${MINGW_PACKAGE_PREFIX}-python-wheel)
source=(https://github.com/agronholm/${_realname}/archive/${pkgver}.tar.gz)
sha256sums=('aa8ed0d799e61b61f7888e13668d36b467e3368129e8efa92bbf62a9cf063f84')
sha256sums=('64e2b1158ace6fee6c990ab78ee79707c0dea3f7f833a9541cd6ad056802ff87')

prepare() {
rm -rf python-build-${MSYSTEM} | true
Expand Down

0 comments on commit 4b9c73d

Please sign in to comment.