From bb0adeac3cee47f2a810e0f035de39ec07ea683e Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Wed, 23 Nov 2022 19:42:40 +0000 Subject: [PATCH] python-pipenv: update to 2022.11.23 --- mingw-w64-python-pipenv/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pipenv/PKGBUILD b/mingw-w64-python-pipenv/PKGBUILD index 255ecb8437..6a9984eee5 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.11 +pkgver=2022.11.23 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=('6e1a0c0b3e47e8c68059514fbb0e31f7686c0739c58a703f5492fcc3d7b8e555') +sha256sums=('0b3492a211a775a4685b62857cfd59448cc46cc4faedfb6010cd4e218a7ad8fa') prepare() { rm -rf python-build-${MSYSTEM} | true