From 4b9c73db5c2a8c6ad26640585437fe388e14a40c Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 6 Jan 2024 08:45:14 +0100 Subject: [PATCH] python-anyio: Update to 4.2.0 --- mingw-w64-python-anyio/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-anyio/PKGBUILD b/mingw-w64-python-anyio/PKGBUILD index d2379002f0bbb..8992eef4e4e93 100644 --- a/mingw-w64-python-anyio/PKGBUILD +++ b/mingw-w64-python-anyio/PKGBUILD @@ -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') @@ -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