Skip to content

Commit 01ba927

Browse files
committed
python-pipenv: update to 2025.1.1
1 parent dc20dbc commit 01ba927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-pipenv/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=pipenv
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
6-
pkgver=2025.0.4
6+
pkgver=2025.1.1
77
pkgrel=1
88
pkgdesc="Python Development Workflow for Humans. (mingw-w64)"
99
url="https://pipenv.pypa.io"
@@ -29,7 +29,7 @@ makedepends=(
2929
)
3030
options=('!strip')
3131
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
32-
sha256sums=('36fc2a7841ccdb2f58a9f787b296c2e15dea3b5b79b84d4071812f28b7e8d7a2')
32+
sha256sums=('c309b5fba6535aca22fd66d3dfcf2d3ca1dd0cae12de52cabecbdddfbfe48938')
3333

3434
build() {
3535
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)