From 1c81da475f5771f4677b355a564a8caa4be14002 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 10 Feb 2026 09:26:13 -0500 Subject: [PATCH] python3-pip: update to 26.0.1. --- 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 5f9b6d960c5..c62378e8416 100644 --- a/srcpkgs/python3-pip/template +++ b/srcpkgs/python3-pip/template @@ -1,6 +1,6 @@ # Template file for 'python3-pip' pkgname=python3-pip -version=26.0 +version=26.0.1 revision=1 build_style=python3-pep517 hostmakedepends="python3-flit_core" @@ -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=3ce220a0a17915972fbf1ab451baae1521c4539e778b28127efa79b974aff0fa +checksum=c4037d8a277c89b320abe636d59f91e6d0922d08a05b60e85e53b296613346d8 # Tests have unpackaged dependencies make_check=no