academic/rpy2: Upgrade to version 3.5.14

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2023-09-17 22:00:29 +01:00 committed by Willy Sudiarto Raharjo
parent 8a052f2011
commit cd17b2f292
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rpy2
VERSION=${VERSION:-3.5.10}
VERSION=${VERSION:-3.5.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="rpy2"
VERSION="3.5.10"
VERSION="3.5.14"
HOMEPAGE="https://rpy2.github.io/"
DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.5.10.tar.gz"
MD5SUM="f21f2be1007542802048789420f30b5f"
DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.5.14.tar.gz"
MD5SUM="80b9205ac3800fe1a092dd5f8a8ea299"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="R cffi python3-pytest tzlocal"