diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-03-23 21:31:52 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-30 09:39:48 +0700 |
commit | eba778772580e55569981b70b60d87c397493d85 (patch) | |
tree | b88eb1443a1874287b8ac2349f4b5b8057c7a434 /python | |
parent | 25c329afb73e48186331fadb4da8a6b0423ff405 (diff) |
python/python3-hatchling: Updated for version 1.22.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 a7cf3ae0f04b6..4b69c050c8dc8 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=${PRGNAM#python3-*} -VERSION=${VERSION:-1.21.1} +VERSION=${VERSION:-1.22.4} 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 0a93a5f05e7be..66f4b932924cb 100644 --- a/python/python3-hatchling/python3-hatchling.info +++ b/python/python3-hatchling/python3-hatchling.info @@ -1,8 +1,8 @@ PRGNAM="python3-hatchling" -VERSION="1.21.1" +VERSION="1.22.4" HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend" -DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.21.1.tar.gz" -MD5SUM="d40aaea58a04a36a2b641f6efe99e362" +DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.22.4.tar.gz" +MD5SUM="63a3c6480c0805c55ce396e1ad246e78" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-editables python3-pathspec python3-pluggy python3-trove-classifiers" |