python/python3-hatchling: Updated for version 1.22.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
25c329afb7
commit
eba7787725
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue