libraries/python3-rpyc: Updated for version 6.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-11-19 16:55:07 -07:00 committed by Willy Sudiarto Raharjo
parent 00fb0b8c7e
commit 4a911d507f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rpyc
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-6.0.0}
VERSION=${VERSION:-6.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-rpyc"
VERSION="6.0.0"
VERSION="6.0.1"
HOMEPAGE="http://rpyc.readthedocs.org/en/latest/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rpyc/rpyc-6.0.0.tar.gz"
MD5SUM="a18c605c4b739828af9645c80e37eec6"
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rpyc/rpyc-6.0.1.tar.gz"
MD5SUM="5edb9f4bfbd262c21cd001adbfd71a4c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-plumbum"