From ed3511974400febbcc2502d00fe8d54d5f53b260 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Nov 2022 09:10:04 -0500 Subject: [PATCH] python3-pip: update to 22.3.1. --- srcpkgs/python3-pip/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template index 71581a83d42..066553a9645 100644 --- a/srcpkgs/python3-pip/template +++ b/srcpkgs/python3-pip/template @@ -1,7 +1,7 @@ # Template file for 'python3-pip' pkgname=python3-pip -version=22.3 -revision=2 +version=22.3.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools" @@ -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=8182aec21dad6c0a49a2a3d121a87cd524b950e0b6092b181625f07ebdde7530 +checksum=65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38 # Tests have unpackaged dependencies make_check=no