From 7dc44ccf5a09e2199ba634450add63263cc40ff8 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 10 Sep 2022 12:08:01 +0000 Subject: [PATCH] python-twisted: update to 22.8.0 --- mingw-w64-python-twisted/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-twisted/PKGBUILD b/mingw-w64-python-twisted/PKGBUILD index d294ba98ce..5a0b5b2f75 100644 --- a/mingw-w64-python-twisted/PKGBUILD +++ b/mingw-w64-python-twisted/PKGBUILD @@ -3,7 +3,7 @@ _realname=twisted pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=22.4.0 +pkgver=22.8.0 pkgrel=1 pkgdesc='An asynchronous networking framework written in Python (mingw-w64)' arch=('any') @@ -34,7 +34,7 @@ depends=( makedepends=(${MINGW_PACKAGE_PREFIX}-python-setuptools ${MINGW_PACKAGE_PREFIX}-python-setuptools-scm) source=(https://github.com/twisted/${_realname}/archive/${_realname}-${pkgver}.tar.gz) -sha256sums=('0a21cc06f181459bc9da59fe85b9a8192a31cd416c172ec2aa2f85cc305458b7') +sha256sums=('3d17049da4b7c66b11359ff29eeea103ef8356f2aec2e4fc3d78c1920fc622a1') prepare() { rm -rf python-build-${MSYSTEM} | true