diff --git a/mingw-w64-python-pygithub/PKGBUILD b/mingw-w64-python-pygithub/PKGBUILD index 4f8a4f1756..b4260c74d0 100644 --- a/mingw-w64-python-pygithub/PKGBUILD +++ b/mingw-w64-python-pygithub/PKGBUILD @@ -4,7 +4,7 @@ _realname=pygithub _pyname=PyGithub pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.58.2 +pkgver=1.59.0 pkgrel=1 pkgdesc="Use the full Github API v3 (mingw-w64)" arch=('any') @@ -25,7 +25,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-httpretty" "${MINGW_PACKAGE_PREFIX}-python-parameterized") source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('1e6b1b7afe31f75151fb81f7ab6b984a7188a852bdb123dbb9ae90023c3ce60f') +sha256sums=('6e05ff49bac3caa7d1d6177a10c6e55a3e20c85b92424cc198571fd0cf786690') prepare() { rm -rf python-build-${MSYSTEM} | true