diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-08-14 12:13:10 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-16 10:56:45 +0700 |
commit | be3d36090b992134daadb7ca840f01bdf85f1349 (patch) | |
tree | 3907ce19dec3d583f7d04fad42ef9a5b114195bd /python | |
parent | 015f06e038bb24b981c9aed99230e0ff435c22b2 (diff) |
python/python3-tomlkit: Update for 0.13.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-tomlkit/python3-tomlkit.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-tomlkit/python3-tomlkit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-tomlkit/python3-tomlkit.SlackBuild b/python/python3-tomlkit/python3-tomlkit.SlackBuild index 3b61083929..b4aae67f9c 100644 --- a/python/python3-tomlkit/python3-tomlkit.SlackBuild +++ b/python/python3-tomlkit/python3-tomlkit.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tomlkit -VERSION=${VERSION:-0.13.0} +VERSION=${VERSION:-0.13.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-tomlkit/python3-tomlkit.info b/python/python3-tomlkit/python3-tomlkit.info index e9e89204a9..ab644d2ca4 100644 --- a/python/python3-tomlkit/python3-tomlkit.info +++ b/python/python3-tomlkit/python3-tomlkit.info @@ -1,8 +1,8 @@ PRGNAM="python3-tomlkit" -VERSION="0.13.0" +VERSION="0.13.2" HOMEPAGE="https://github.com/sdispater/tomlkit" -DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.13.0/tomlkit-0.13.0.tar.gz" -MD5SUM="31a46392f105a1e7937364950c8c8f64" +DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.13.2/tomlkit-0.13.2.tar.gz" +MD5SUM="0db1a3750c64b141720f05430df9b433" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-poetry-core" |