python310Packages.rpy2: 3.5.10 -> 3.5.11

This commit is contained in:
R. Ryantm 2023-05-07 13:24:42 +00:00
parent 5844313b95
commit 8714bf82f1

View File

@ -24,13 +24,13 @@
}:
buildPythonPackage rec {
version = "3.5.10";
version = "3.5.11";
pname = "rpy2";
disabled = isPyPy;
src = fetchPypi {
inherit version pname;
hash = "sha256-+B8K+wHjxvUVwJVzvFhcDhx+OF7IFBXOCmImjGBex/w=";
hash = "sha256-DT5VTayPTlWiiTLylGNBquPgKJQwThGYVHIiqoa4niE=";
};
patches = [