diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2018-05-29 08:14:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-29 08:21:18 +0700 |
commit | 10346692482da6636c96f1ed9e7c58fe596180af (patch) | |
tree | a3cbcafe9c62ccf0a399291d521414e16e852ee1 /python/python-serpent/python-serpent.SlackBuild | |
parent | 8afaec79e975183b6e570abbc9b423bb62cb8cc0 (diff) |
python/python-serpent: Added (Serializer for Python expressions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-serpent/python-serpent.SlackBuild')
-rw-r--r-- | python/python-serpent/python-serpent.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-serpent/python-serpent.SlackBuild b/python/python-serpent/python-serpent.SlackBuild index ab3d8258c5c21..cfba5fcb5b18d 100644 --- a/python/python-serpent/python-serpent.SlackBuild +++ b/python/python-serpent/python-serpent.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-serpent -# Copyright 2013-2017 Thibaut Notteboom, Paris, FRANCE +# Copyright 2013-2018 Thibaut Notteboom, Paris, FRANCE # 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-serpent -VERSION=${VERSION:-1.23} +VERSION=${VERSION:-1.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |