python/python3-hatchling: Updated for version 1.12.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
097e59f0b5
commit
9b5c5ecba3
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-hatchling
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
VERSION=${VERSION:-1.12.1}
|
||||
VERSION=${VERSION:-1.12.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-hatchling"
|
||||
VERSION="1.12.1"
|
||||
VERSION="1.12.2"
|
||||
HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.12.1.tar.gz"
|
||||
MD5SUM="e98c5615602e3825630772cab2176456"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.12.2.tar.gz"
|
||||
MD5SUM="5a6e2fd0c877feea7e71b9d72bbdbed9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-editables python3-pathspec python3-pluggy"
|
||||
|
|
Loading…
Reference in New Issue