diff --git a/mingw-w64-python-boto3/PKGBUILD b/mingw-w64-python-boto3/PKGBUILD index 501b407b57..03bb1c8d6b 100644 --- a/mingw-w64-python-boto3/PKGBUILD +++ b/mingw-w64-python-boto3/PKGBUILD @@ -3,7 +3,7 @@ _realname=boto3 pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.34.37 +pkgver=1.34.48 pkgrel=1 pkgdesc='The AWS SDK for Python (mingw-w64)' arch=('any') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-wheel") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('73f5ec89cb3ddb3ed577317889fd2f2df783f66b6502a9a4239979607e33bf74') +sha256sums=('f9873c3f03de546d7297475c6acd771840c385521caadb8c121a1ac38bc59cd4') prepare() { rm -rf python-build-${MSYSTEM} | true