Date: Sunday, April 10, 2022 @ 07:32:07 Author: arojas Revision: 1184178
Update to 3.5.1 Modified: python-rpy2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-10 04:47:47 UTC (rev 1184177) +++ PKGBUILD 2022-04-10 07:32:07 UTC (rev 1184178) @@ -4,7 +4,7 @@ # Contributor: David Pretty <[email protected]> pkgname=python-rpy2 -pkgver=3.5.0 +pkgver=3.5.1 pkgrel=1 pkgdesc='A very simple, yet robust, Python interface to the R Programming Language' arch=(x86_64) @@ -15,7 +15,7 @@ checkdepends=(python-pytest) optdepends=('python-pandas: conversion between rpy and pandas') source=(https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz) -sha256sums=('4d8a20253320ae3e402ec20d56640772bdc27731bd14f7d0475a95d86e7cd1c7') +sha256sums=('d35717489bd0754b556202a6b990ebc6f3a1c18c9c23b3a862a46a91fc265805') build() { cd rpy2-$pkgver
