python/python3-glances: Updated for version 3.4.0.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-06-08 12:14:31 -06:00 committed by Willy Sudiarto Raharjo
parent 269a25a651
commit 3461c5ebda
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-glances
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-3.3.1.1}
VERSION=${VERSION:-3.4.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-glances"
VERSION="3.3.1.1"
VERSION="3.4.0.3"
HOMEPAGE="https://github.com/nicolargo/glances"
DOWNLOAD="https://files.pythonhosted.org/packages/source/g/glances/Glances-3.3.1.1.tar.gz"
MD5SUM="875691d45fa4edb1c847eb24b053bd94"
DOWNLOAD="https://files.pythonhosted.org/packages/source/g/glances/Glances-3.4.0.3.tar.gz"
MD5SUM="712c08830271d239a8303129d9ad4a96"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-psutil python3-defusedxml python3-ujson"