diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-06-06 15:21:49 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 22:10:01 +0700 |
commit | 8da9f58db7a9a8e28a2c8a040be5cfa911f7d7d5 (patch) | |
tree | 66753ab78ed4a2a3e6314aa43e4ff43c69c37988 /python/pip/pip.SlackBuild | |
parent | 84a7d96967ff9326bc1c60850a0b48eb13217df2 (diff) |
python/pip: Updated for version 7.0.3.
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 0ef6c68364ac0..e0db3342f55ce 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:-7.0.1} +VERSION=${VERSION:-7.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |