Unverified Commit 15975bac authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

parents cda48547 8fe953bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [