diff --git a/mingw-w64-python-pipenv/PKGBUILD b/mingw-w64-python-pipenv/PKGBUILD index 2507613626..f7fad01391 100644 --- a/mingw-w64-python-pipenv/PKGBUILD +++ b/mingw-w64-python-pipenv/PKGBUILD @@ -3,7 +3,7 @@ _realname=pipenv pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=2022.11.25 +pkgver=2022.11.30 pkgrel=1 pkgdesc="Python Development Workflow for Humans." url="https://pipenv.pypa.io" @@ -20,7 +20,7 @@ depends=( ) makedepends=(${MINGW_PACKAGE_PREFIX}-python-setuptools) source=(https://github.com/pypa/${_realname}/archive/refs/tags/v${pkgver}.tar.gz) -sha256sums=('269286c6f0f4056625cfe3cb5dce03a9911947ec8b6002ae6e039c1b8768a432') +sha256sums=('bac727d08c328ea3917e45fd94d22eebed111c5d852286c77fb8e9aa5327199c') prepare() { rm -rf python-build-${MSYSTEM} | true