From 75c8af42d61ea3b5c6d944f1d73a548aa888e73a Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 19 Oct 2023 08:39:40 +0200 Subject: [PATCH] python-pip: Update to 23.3 --- python-pip/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pip/PKGBUILD b/python-pip/PKGBUILD index 58e7b5aa..a44e78d1 100644 --- a/python-pip/PKGBUILD +++ b/python-pip/PKGBUILD @@ -3,7 +3,7 @@ _realname=pip pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=23.2.1 +pkgver=23.3 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=('975e6b09fe9d14927b67db05d7de3a60503a1696c8c23ca2486f114c20097ad4') +sha256sums=('e442b9f8906a0bd1195c0f78dafb3e776442ac12ce708ded66cc4b0451269928') build() { cd "${srcdir}/${_realname}-${pkgver}"