From 2067bdd201bcffb5d41efd351c292a898693b7f9 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 15 Apr 2023 00:33:19 +0000 Subject: [PATCH] python-botocore: update to 1.29.117 --- mingw-w64-python-botocore/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-botocore/PKGBUILD b/mingw-w64-python-botocore/PKGBUILD index 978277a2fc..70ced70a3c 100644 --- a/mingw-w64-python-botocore/PKGBUILD +++ b/mingw-w64-python-botocore/PKGBUILD @@ -3,7 +3,7 @@ _realname=botocore pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.29.113 +pkgver=1.29.117 pkgrel=1 pkgdesc='A low-level interface to a growing number of Amazon Web Services (mingw-w64)' arch=('any') @@ -18,7 +18,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=('acfee1faaa3ef2a6931fe574c092f596afb48f3c49e054aec7cfa8494227c031') +sha256sums=('1fc4469e80daab657d1254518ee44a82e284320c8b24cbfbaaa60570afc33743') prepare() { rm -rf python-build-${MSYSTEM} | true