diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2016-12-09 20:13:04 +0200 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-10 00:57:44 +0000 |
commit | 01adff929109ed0c699327f613f979a73393a3bf (patch) | |
tree | 1b6949f49d74d2f81dc8ba3348d292e7590c61af /python/pip/pip.SlackBuild | |
parent | 4f06b65231abea465673e2f2413bb24196ce68a5 (diff) |
python/pip: Updated for version 9.0.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/pip/pip.SlackBuild')
-rw-r--r-- | python/pip/pip.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild index ed4e06c73576..efc2d67607bc 100644 --- a/python/pip/pip.SlackBuild +++ b/python/pip/pip.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pip -VERSION=${VERSION:-8.1.2} +VERSION=${VERSION:-9.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |