diff options
author | Arn0 <yth@ythogtha.org> | 2025-02-07 08:45:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-08 02:48:07 +0700 |
commit | 44119f474df76ce232af8e9c42bc541e498dc148 (patch) | |
tree | 2019e81468ba020a52d694f6cf1f010dd9fde6e1 /python/pypy/pypy.SlackBuild | |
parent | ff6b2599e8d7e1c4498a486b0ed23a5fe439106b (diff) |
python/pypy: updated for version 7.3.18
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pypy/pypy.SlackBuild')
-rw-r--r-- | python/pypy/pypy.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pypy/pypy.SlackBuild b/python/pypy/pypy.SlackBuild index 57b2b9f890..1272802d54 100644 --- a/python/pypy/pypy.SlackBuild +++ b/python/pypy/pypy.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pypy -VERSION=${VERSION:-7.3.16} +VERSION=${VERSION:-7.3.18} SRCNAM=pypy2.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |