diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-04 00:19:34 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:04 +0700 |
commit | f082724856b3eb832459b4d0727c1659691cc607 (patch) | |
tree | e8f9ce12376cc35633d19e6a436a23a39f558fc5 | |
parent | 52a80337a8c809a7b9bafa34f5b09769e07b11a0 (diff) | |
download | slackbuilds-f082724856b3eb832459b4d0727c1659691cc607.tar.gz |
python/python3-hatchling: Updated for version 1.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-hatchling/python3-hatchling.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-hatchling/python3-hatchling.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-hatchling/python3-hatchling.SlackBuild b/python/python3-hatchling/python3-hatchling.SlackBuild index 8c207343d2..7e966348ef 100644 --- a/python/python3-hatchling/python3-hatchling.SlackBuild +++ b/python/python3-hatchling/python3-hatchling.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-hatchling SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-1.11.0} +VERSION=${VERSION:-1.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-hatchling/python3-hatchling.info b/python/python3-hatchling/python3-hatchling.info index d974d1cb11..2a2a03e362 100644 --- a/python/python3-hatchling/python3-hatchling.info +++ b/python/python3-hatchling/python3-hatchling.info @@ -1,8 +1,8 @@ PRGNAM="python3-hatchling" -VERSION="1.11.0" +VERSION="1.11.1" HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend" -DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.11.0.tar.gz" -MD5SUM="9bd7e55ca208af96a1fcfd192ce54eec" +DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.11.1.tar.gz" +MD5SUM="e06cc65ac646f9b01df5406aa1f97022" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-installer python3-editables python3-pathspec python3-pluggy" |