diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2019-12-28 09:24:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-28 09:24:54 +0700 |
commit | 6f8f791295c1cdcda471b29a4ab6d4f1d09867cc (patch) | |
tree | 99db2e8054970d766c527a141ee795aa0dab7d91 /python/thonny/thonny.SlackBuild | |
parent | ca7b316557d9a1046efe642d7e50000c4166860c (diff) |
python/thonny: Updated for version 3.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 3fa09650d0..a370388e43 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -34,12 +34,13 @@ #3.2.2 2 Nov 2019. version bump. added new dep. asttokens #3.2.3 4 Nov 2019. version bump. #3.2.4 10 Dec 2019. version bump. +#3.2.5 25 Dec 2019. version bump. added extra dep. send2trash #add optional dep on pygame with python3 support. common for python learners #which thonny is targetted at. #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny -VERSION=${VERSION:-3.2.4} +VERSION=${VERSION:-3.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |