R: update to version 3.4.2

This commit is contained in:
Peter Simons 2017-09-28 11:30:18 +02:00
parent 1a1ad1a17d
commit 4239d3bcba
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
}:
stdenv.mkDerivation rec {
name = "R-3.4.1";
name = "R-3.4.2";
src = fetchurl {
url = "http://cran.r-project.org/src/base/R-3/${name}.tar.gz";
sha256 = "0y7wlfk3cn1dxn2mpnxwvsk31s0599crbsyah8srm5pa2mfi7c82";
sha256 = "0r0cv2kc3x5z9xycpnxx6fbvv22psw2m342jhpslbxkc8g1307lp";
};
buildInputs = [