diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2021-02-12 20:22:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:53 +0700 |
commit | 92651da9019d3cf179f15c03d4fbe4d616c27aba (patch) | |
tree | 178a72109dc5998c82199c1af3699c97b1dcfa91 /python/python3-mpmath/python3-mpmath.SlackBuild | |
parent | 3fc378019b10a3ea4476343face7b7a15bd5ab7b (diff) |
python/python3-mpmath: Updated for version 1.2.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-mpmath/python3-mpmath.SlackBuild')
-rw-r--r-- | python/python3-mpmath/python3-mpmath.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-mpmath/python3-mpmath.SlackBuild b/python/python3-mpmath/python3-mpmath.SlackBuild index 4753945f4d975..2dcc257bcfac2 100644 --- a/python/python3-mpmath/python3-mpmath.SlackBuild +++ b/python/python3-mpmath/python3-mpmath.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-mpmath # Copyright SlackBuilds.org Project, David Melik, 2015, Spokane, WA, USA -# Copyright 2019, Alexander Verbovetsky, Moscow, Russia +# Copyright 2019-2021, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=python3-mpmath SRCNAM=mpmath -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |