From 1bc2023ae977ed9579dec7bbee76cdf9983310a4 Mon Sep 17 00:00:00 2001
From: Antonio Rojas <arojas@archlinux.org>
Date: Sun, 24 Jul 2022 16:02:25 +0000
Subject: [PATCH] Update to 3.5.3

---
 PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 28a73c7..6aa731d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: David Pretty <david.pretty@gmail.com> 
 
 pkgname=python-rpy2
-pkgver=3.5.2
+pkgver=3.5.3
 pkgrel=1
 pkgdesc='A very simple, yet robust, Python interface to the R Programming Language'
 arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-pytest)
 optdepends=('python-pandas: conversion between rpy and pandas')
 source=(https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz)
-sha256sums=('45ee00fdbad0b481c39369fb315651ddf854cf4ad56d24b7dcb3c74e135bd10e')
+sha256sums=('53a092d48b44f46428fb30cb3155664d6d2f7af08ebc4c45df98df4c45a42ccb')
 
 build() {
   cd rpy2-$pkgver
-- 
GitLab