python3Packages.rpy2: 3.5.12 -> 3.5.14

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:04 +02:00
parent f177e44699
commit a65a59815c

View File

@ -24,13 +24,13 @@
}:
buildPythonPackage rec {
version = "3.5.12";
version = "3.5.14";
pname = "rpy2";
disabled = isPyPy;
src = fetchPypi {
inherit version pname;
hash = "sha256-7q33lP0qpUj4hWjGodJufDgQzUp2Soeyw7MdMZQtbUU=";
hash = "sha256-X0auMdNuEXvjZq1K4CSTwBWsa6WevjtM1yAAdTMvxIE=";
};
patches = [