From e7f5a67b4b430d1d1adc6f7c91c4841be6a8df49 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 31 Jul 2024 14:07:34 +0000 Subject: [PATCH] python-trio: update to 0.26.0 --- mingw-w64-python-trio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-trio/PKGBUILD b/mingw-w64-python-trio/PKGBUILD index ff44840fd5..0845d3ded7 100644 --- a/mingw-w64-python-trio/PKGBUILD +++ b/mingw-w64-python-trio/PKGBUILD @@ -3,7 +3,7 @@ _realname=trio pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.25.1 +pkgver=0.26.0 pkgrel=1 pkgdesc="A friendly Python library for async concurrency and I/O (mingw-w64)" arch=('any') @@ -31,7 +31,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python-wheel" ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('9f5314f014ea3af489e77b001861c535005c3858d38ec46b6b071ebfa339d7fb') +sha256sums=('67c5ec3265dd4abc7b1d1ab9ca4fe4c25b896f9c93dac73713778adab487f9c4') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"