diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-07-30 13:28:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:15:58 +0700 |
commit | ab6a1e3071784fb93d752adebc22a5a691f98ed0 (patch) | |
tree | 6380f2891bc9da355b68f783151478930bcbeee7 /python | |
parent | 652a9b0cd86ba23a31e978f23dc12cf2442f726c (diff) | |
download | slackbuilds-ab6a1e3071784fb93d752adebc22a5a691f98ed0.tar.gz |
python/python-executing: Updated for version 0.9.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-executing/python-executing.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-executing/python-executing.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-executing/python-executing.SlackBuild b/python/python-executing/python-executing.SlackBuild index ed6231f330..0591ebf832 100644 --- a/python/python-executing/python-executing.SlackBuild +++ b/python/python-executing/python-executing.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-executing -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-0.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python-executing/python-executing.info b/python/python-executing/python-executing.info index cc0b5d7a5e..7973534caa 100644 --- a/python/python-executing/python-executing.info +++ b/python/python-executing/python-executing.info @@ -1,8 +1,8 @@ PRGNAM="python-executing" -VERSION="0.9.0" +VERSION="0.9.1" HOMEPAGE="https://github.com/alexmojaki/executing" -DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-0.9.0.tar.gz" -MD5SUM="528397668221290db40c2b6b433d5c09" +DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-0.9.1.tar.gz" +MD5SUM="579b895b996d8f041f40508911789c87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |