diff options
author | Arn0 <yth@ythogtha.org> | 2025-07-17 22:16:38 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-07-19 08:17:51 +0700 |
commit | a9ec5fe531af5928fb0e33d6bf8b739f03bfb0b9 (patch) | |
tree | 6a54b0b6fa7234f464d05f610eae5a6ddd519806 /python/PyPy3/PyPy3.SlackBuild | |
parent | 43cccd39ffa11adc4568e5bbacdd15877b755797 (diff) |
python/PyPy3: updated for version 7.3.20
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyPy3/PyPy3.SlackBuild')
-rw-r--r-- | python/PyPy3/PyPy3.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/PyPy3/PyPy3.SlackBuild b/python/PyPy3/PyPy3.SlackBuild index b67fbdf3cf..023e70fd96 100644 --- a/python/PyPy3/PyPy3.SlackBuild +++ b/python/PyPy3/PyPy3.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=PyPy3 -VERSION=${VERSION:-7.3.19} +VERSION=${VERSION:-7.3.20} SRCNAM=pypy3.11 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |