python312Packages.rpy2: 3.5.16 -> 3.5.17 (#361796)

This commit is contained in:
Nick Cao 2024-12-05 09:03:18 -05:00 committed by GitHub
commit 9cb2a61d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [