Merge pull request #237422 from r-ryantm/auto-update/python310Packages.rpy2

python310Packages.rpy2: 3.5.11 -> 3.5.12
This commit is contained in:
Weijia Wang
2023-06-13 00:44:43 +03:00
committed by GitHub
@@ -24,13 +24,13 @@
}:
buildPythonPackage rec {
version = "3.5.11";
version = "3.5.12";
pname = "rpy2";
disabled = isPyPy;
src = fetchPypi {
inherit version pname;
hash = "sha256-DT5VTayPTlWiiTLylGNBquPgKJQwThGYVHIiqoa4niE=";
hash = "sha256-7q33lP0qpUj4hWjGodJufDgQzUp2Soeyw7MdMZQtbUU=";
};
patches = [