diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-02-12 11:08:55 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-17 21:56:35 +0700 |
commit | b7b2706a234852f30390129c887090b62526f745 (patch) | |
tree | c3ed1c7ab96e21152fe5bd08eadc98a8e56c5a9d /python/python3-dateutil/python3-dateutil.SlackBuild | |
parent | 64403a255855ca8dc34e901c45ecd87cea4d4b8c (diff) |
python/python3-dateutil: Updated for version 2.8.0.
Diffstat (limited to 'python/python3-dateutil/python3-dateutil.SlackBuild')
-rw-r--r-- | python/python3-dateutil/python3-dateutil.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-dateutil/python3-dateutil.SlackBuild b/python/python3-dateutil/python3-dateutil.SlackBuild index 7504d4176e..ab8cc5330f 100644 --- a/python/python3-dateutil/python3-dateutil.SlackBuild +++ b/python/python3-dateutil/python3-dateutil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-dateutil -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2012-2017 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # @@ -26,7 +26,7 @@ PKGNAM=dateutil SRCNAM=python-$PKGNAM PRGNAM=python3-$PKGNAM -VERSION=${VERSION:-2.7.5} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |