From b7c876462e133617ab88bcf89a414be233b633dc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Oct 2020 08:58:14 -0400 Subject: [PATCH] python3-pip: update to 20.2.4. --- 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 37512254bc2..495e8c9c9d3 100644 --- a/srcpkgs/python3-pip/template +++ b/srcpkgs/python3-pip/template @@ -1,7 +1,7 @@ # Template file for 'python3-pip' pkgname=python3-pip -version=20.2.3 -revision=3 +version=20.2.4 +revision=1 wrksrc="pip-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -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=30c70b6179711a7c4cf76da89e8a0f5282279dfb0278bec7b94134be92543b6d +checksum=85c99a857ea0fb0aedf23833d9be5c40cf253fe24443f0829c7b472e23c364a1 alternatives="pip:pip:/usr/bin/pip3" post_install() {