python-pip: Update to 23.3.2

This commit is contained in:
Christoph Reiter 2023-12-23 14:46:53 +01:00
parent 80445af54c
commit 3e49c5d087

View File

@ -3,7 +3,7 @@
_realname=pip
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=23.3.1
pkgver=23.3.2
pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages"
url="https://pip.pypa.io/"
@ -22,7 +22,7 @@ provides=("python3-${_realname}")
replaces=("python3-${_realname}")
conflicts=("python3-${_realname}")
source=(${_realname}-${pkgver}.tar.gz::https://github.com/pypa/${_realname}/archive/${pkgver}.tar.gz)
sha256sums=('4192f1ed5f8f1e01557d8c02ffd845c64d4a4567e0864ca78b74b0b5456c0f62')
sha256sums=('0e534d5c6dba159f0a4e64d55ef4d130222bcb4ac25f62275017eacbfa10a1d5')
build() {
cd "${srcdir}/${_realname}-${pkgver}"