From 015cafdb9c6ba2cf3a678f5663a4959baa16f74d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 28 Feb 2025 04:55:23 +0000 Subject: [PATCH] python-trio-websocket: update to 0.12.2 --- mingw-w64-python-trio-websocket/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-trio-websocket/PKGBUILD b/mingw-w64-python-trio-websocket/PKGBUILD index 0eb3d1a3e6..a9ad476f64 100644 --- a/mingw-w64-python-trio-websocket/PKGBUILD +++ b/mingw-w64-python-trio-websocket/PKGBUILD @@ -3,7 +3,7 @@ _realname=trio-websocket pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc="WebSocket client and server implementation for Python Trio (mingw-w64)" arch=('any') @@ -25,7 +25,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python-setuptools" ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('d55ccd4d3eae27c494f3fdae14823317839bdcb8214d1173eacc4d42c69fc91b') +sha256sums=('22c72c436f3d1e264d0910a3951934798dcc5b00ae56fc4ee079d46c7cf20fae') build() { cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"