python/python3-hatchling: Updated for version 1.22.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-03-23 21:31:52 -06:00 committed by Willy Sudiarto Raharjo
parent 25c329afb7
commit eba7787725
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"