From a2156b947dd98d5a11c0cc3df30fe813994d04e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 4 Feb 2025 08:47:06 -0500 Subject: [PATCH] python3-pip: update to 25.0. --- srcpkgs/python3-pip/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template index 130533a81d4..6544f3fd99d 100644 --- a/srcpkgs/python3-pip/template +++ b/srcpkgs/python3-pip/template @@ -1,6 +1,6 @@ # Template file for 'python3-pip' pkgname=python3-pip -version=24.3.1 +version=25.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -11,7 +11,7 @@ license="MIT" homepage="https://pip.pypa.io/" changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst" distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz" -checksum=ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99 +checksum=8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b # Tests have unpackaged dependencies make_check=no