python3Packages.rpy2: 3.5.17 -> 3.6.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:06 +02:00
parent a58ba91f88
commit b6b3f32bea
@@ -27,14 +27,14 @@
}:
buildPythonPackage rec {
version = "3.5.17";
version = "3.6.2";
format = "setuptools";
pname = "rpy2";
disabled = isPyPy;
src = fetchPypi {
inherit version pname;
hash = "sha256-2/8Iww89eRYZImI4WKWztoo/uo7hdH1q9BvEumjz1YI=";
hash = "sha256-F06ld2qR0Ds13VYRiJlg4PVFHp0KvqSr/IwL5qhTd9A=";
};
patches = [