diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2019-10-02 19:52:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 13:51:56 +0700 |
commit | c315aeafdd77e57db2155c9510a4a0c82c027b71 (patch) | |
tree | 97b8aa57a9d13c40ae481a03cc96464ab8d8d41a /python/python-dateutil/python-dateutil.SlackBuild | |
parent | 3c156e44fd4a4d63542b73ff7794b19b19831ebc (diff) |
python/python-dateutil: Updated for version 2.8.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/python-dateutil/python-dateutil.SlackBuild')
-rw-r--r-- | python/python-dateutil/python-dateutil.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-dateutil/python-dateutil.SlackBuild b/python/python-dateutil/python-dateutil.SlackBuild index 799e8b70cc..580ecce267 100644 --- a/python/python-dateutil/python-dateutil.SlackBuild +++ b/python/python-dateutil/python-dateutil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-dateutil -# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2019 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-dateutil -VERSION=${VERSION:-2.7.5} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |