mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/rpy2: Upgrade to version 3.5.14
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8a052f2011
commit
cd17b2f292
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue