From d94329df79bb795f652eb546ee5a93f4d0832e81 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Thu, 18 May 2023 00:32:45 +0000 Subject: [PATCH] python-google-auth: update to 2.18.1 --- mingw-w64-python-google-auth/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-google-auth/PKGBUILD b/mingw-w64-python-google-auth/PKGBUILD index c390f89a49..e24c600e65 100644 --- a/mingw-w64-python-google-auth/PKGBUILD +++ b/mingw-w64-python-google-auth/PKGBUILD @@ -3,7 +3,7 @@ _realname=google-auth pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.18.0 +pkgver=2.18.1 pkgrel=1 pkgdesc='Google Authentication Library (mingw-w64)' arch=('any') @@ -35,7 +35,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") options=('!emptydirs') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('c66b488a8b005b23ccb97b1198b6cece516c91869091ac5b7c267422db2733c7') +sha256sums=('d7a3249027e7f464fbbfd7ee8319a08ad09d2eea51578575c4bd360ffa049ccb') prepare() { rm -rf python-build-${MSYSTEM} | true