From 606e284124e17c012af4422e18ac4fb29dd33378 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Thu, 10 Nov 2022 02:13:23 +0000 Subject: [PATCH] python-pygithub: update to 1.57 --- mingw-w64-python-pygithub/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pygithub/PKGBUILD b/mingw-w64-python-pygithub/PKGBUILD index e057dafeaa..3030794ef6 100644 --- a/mingw-w64-python-pygithub/PKGBUILD +++ b/mingw-w64-python-pygithub/PKGBUILD @@ -3,7 +3,7 @@ _realname=pygithub pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.56 +pkgver=1.57 pkgrel=1 pkgdesc="Use the full Github API v3 (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-httpretty" "${MINGW_PACKAGE_PREFIX}-python-parameterized") source=("${_realname}-${pkgver}.tar.gz::https://github.com/PyGithub/PyGithub/archive/v${pkgver}.tar.gz") -sha256sums=('8e8bfae7afb241f9786aafa4e665d1ae99bea1d74ff71eb40cdc05f7ab63b4b4') +sha256sums=('989f30d123eb86c27e69c23ce8f72c3a3391f1e66ecb54ee8cd033242d7aa064') prepare() { cd "${srcdir}"