python310Packages.rpy2: 3.5.4 -> 3.5.5

This commit is contained in:
R. Ryantm 2022-10-12 01:51:52 +00:00
parent 4b02f74d3c
commit ae6d309429

View File

@ -24,13 +24,13 @@
}:
buildPythonPackage rec {
version = "3.5.4";
version = "3.5.5";
pname = "rpy2";
disabled = isPyPy;
src = fetchPypi {
inherit version pname;
sha256 = "sha256-ugqHeyuW4n0gkTg9RlK4KqInHP9KUFJD1F2kMLcSqvU=";
sha256 = "sha256-olLEDiHPTyOsbhO//cuCtZALScMEPtj9MdpcYftY0Dc=";
};
patches = [