Merge pull request #183183 from r-ryantm/auto-update/python3.10-rpy2

python310Packages.rpy2: 3.5.2 -> 3.5.3
This commit is contained in:
Mario Rodas 2022-07-28 13:40:43 -05:00 committed by GitHub
commit 1746383a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,13 +24,13 @@
}:
buildPythonPackage rec {
version = "3.5.2";
version = "3.5.3";
pname = "rpy2";
disabled = isPyPy;
src = fetchPypi {
inherit version pname;
sha256 = "sha256-Re4A/brQtIHDk2n7MVZR3fhUz0rVbSS33LPHThNb0Q4=";
sha256 = "sha256-U6CS1ItE9GQo+zDLMVVmTW0vevCOvExF35jfTEWkLMs=";
};
patches = [