From d3ca419406d6fae12ed4f93dd3008d534f618172 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 7 Oct 2018 17:33:41 +0200 Subject: [PATCH] python-pip: update to 18.1 --- srcpkgs/python-pip/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-pip/template b/srcpkgs/python-pip/template index a69501b8bed..5abdfa93b89 100644 --- a/srcpkgs/python-pip/template +++ b/srcpkgs/python-pip/template @@ -1,6 +1,6 @@ # Template file for 'python-pip' pkgname=python-pip -version=18.0 +version=18.1 revision=1 noarch=yes wrksrc="pip-${version}" @@ -13,7 +13,7 @@ maintainer="Alessio Sergi " homepage="https://pip.pypa.io/" license="MIT" distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz" -checksum=a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76 +checksum=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 alternatives="pip:pip:/usr/bin/pip2" post_install() {