diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-12 12:10:19 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:49 +0700 |
commit | c97e499ea9cf10d748a93f6dd9c38402ae7a5283 (patch) | |
tree | 9ce79e011634f5c4f28b9509ad5bbe63bc15139f | |
parent | 8125020f771200430f9d5af79142475fd0cd3941 (diff) |
python/nest_asyncio: Update for 1.5.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/nest_asyncio/nest_asyncio.SlackBuild | 2 | ||||
-rw-r--r-- | python/nest_asyncio/nest_asyncio.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/nest_asyncio/nest_asyncio.SlackBuild b/python/nest_asyncio/nest_asyncio.SlackBuild index 2a96a7eafa81..156d3ffe9600 100644 --- a/python/nest_asyncio/nest_asyncio.SlackBuild +++ b/python/nest_asyncio/nest_asyncio.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nest_asyncio -VERSION=${VERSION:-1.5.4} +VERSION=${VERSION:-1.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/nest_asyncio/nest_asyncio.info b/python/nest_asyncio/nest_asyncio.info index 6a1435bb1e39..3360e5016e63 100644 --- a/python/nest_asyncio/nest_asyncio.info +++ b/python/nest_asyncio/nest_asyncio.info @@ -1,8 +1,8 @@ PRGNAM="nest_asyncio" -VERSION="1.5.4" +VERSION="1.5.5" HOMEPAGE="https://github.com/erdewit/nest_asyncio" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nest_asyncio/nest_asyncio-1.5.4.tar.gz" -MD5SUM="a97d6622335d35563baeabb87afb758f" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nest_asyncio/nest_asyncio-1.5.5.tar.gz" +MD5SUM="0243278ed8804811b00049a545856dcb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |