R: update to 3.4.3

This commit is contained in:
Peter Simons 2017-11-30 11:46:34 +01:00
parent 458331408e
commit b0f82f0f2d

View File

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