diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-10-18 17:59:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-20 23:32:09 +0700 |
commit | f4bf5f908c5a0611ee3bf5e6a66b6f1db831a77e (patch) | |
tree | 9444f4f71e91db6ce869f79fb4d7d4274df18355 | |
parent | e1b09d76343311ff27701106b1c78b783174eebe (diff) | |
download | slackbuilds-f4bf5f908c5a0611ee3bf5e6a66b6f1db831a77e.tar.gz |
python/python3-hatchling: Updated for version 1.11.0.
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 65077a9556..8c207343d2 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.10.0} +VERSION=${VERSION:-1.11.0} 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 728adde241..d974d1cb11 100644 --- a/python/python3-hatchling/python3-hatchling.info +++ b/python/python3-hatchling/python3-hatchling.info @@ -1,8 +1,8 @@ PRGNAM="python3-hatchling" -VERSION="1.10.0" +VERSION="1.11.0" HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend" -DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.10.0.tar.gz" -MD5SUM="c50eff4f711cee451037ec7eb780154a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.11.0.tar.gz" +MD5SUM="9bd7e55ca208af96a1fcfd192ce54eec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-installer python3-editables python3-pathspec python3-pluggy" |