python312Packages.rpy2: 3.5.16 -> 3.5.17

This commit is contained in:
R. Ryantm
2024-12-04 14:48:52 +00:00
parent ae92b4b92e
commit e77ace0bd3
@@ -26,14 +26,14 @@
}:
buildPythonPackage rec {
version = "3.5.16";
version = "3.5.17";
format = "setuptools";
pname = "rpy2";
disabled = isPyPy;
src = fetchPypi {
inherit version pname;
hash = "sha256-g34vdFg2WKXEwzl2GnP5Q08z75ztPjDGTadWIWXCgBs=";
hash = "sha256-2/8Iww89eRYZImI4WKWztoo/uo7hdH1q9BvEumjz1YI=";
};
patches = [