python3Packages.rpy2-rinterface: 3.6.3 -> 3.6.4 (#498436)

This commit is contained in:
7c6f434c
2026-03-17 08:34:36 +00:00
committed by GitHub
@@ -17,7 +17,7 @@
}:
buildPythonPackage rec {
version = "3.6.3";
version = "3.6.4";
pyproject = true;
pname = "rpy2-rinterface";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
url = "mirror://pypi/${builtins.substring 0 1 pname}/${pname}/${
builtins.replaceStrings [ "-" ] [ "_" ] pname
}-${version}.tar.gz";
hash = "sha256-R3vC9R0AetG4VnxdS6GvD1mVFobufxBXagbQg03ld28=";
hash = "sha256-4spJyjzqu9zEGtDFk3ZgsiWvbeYfBE6xI3NWlRw3pZA=";
};
patches = [