mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
python/python3-cattrs: Updated for version 24.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f77b9c535d
commit
5d87a46fb4
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-cattrs
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-24.1.1}
|
||||
VERSION=${VERSION:-24.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-cattrs"
|
||||
VERSION="24.1.1"
|
||||
VERSION="24.1.2"
|
||||
HOMEPAGE="https://github.com/python-attrs/cattrs"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-24.1.1.tar.gz"
|
||||
MD5SUM="b57bb90e1360322c078ba368adfcc68b"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-24.1.2.tar.gz"
|
||||
MD5SUM="7d8d5e75cdf166ffc4ea6aadad70235e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-typing-extensions python3-attrs python3-exceptiongroup"
|
||||
|
|
Loading…
Reference in a new issue