From eba778772580e55569981b70b60d87c397493d85 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sat, 23 Mar 2024 21:31:52 -0600 Subject: [PATCH] python/python3-hatchling: Updated for version 1.22.4. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-hatchling/python3-hatchling.SlackBuild | 2 +- 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 a7cf3ae0f0..4b69c050c8 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 0a93a5f05e..66f4b93292 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"