From e18b81253efea46b8e665ce39144203ed2ec1010 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 30 Apr 2021 16:00:27 -0400 Subject: [PATCH] python3-pip: update to 21.1.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 0e885d68f04..a8fc5408eb1 100644 --- a/srcpkgs/python3-pip/template +++ b/srcpkgs/python3-pip/template @@ -1,6 +1,6 @@ # Template file for 'python3-pip' pkgname=python3-pip -version=21.1 +version=21.1.1 revision=1 wrksrc="pip-${version}" build_style=python3-module @@ -12,7 +12,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=a810bf07c3723a28621c29abe8e34429fa082c337f89aea9a795865416b66d3e +checksum=51ad01ddcd8de923533b01a870e7b987c2eb4d83b50b89e1bf102723ff9fed8b # Tests have unpackaged dependencies make_check=no