summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-11-30 11:46:34 +0100
committerPeter Simons <simons@cryp.to>2017-11-30 18:45:48 +0100
commitb0f82f0f2de4e598919edfc24ade60a8de46714d (patch)
tree64f6b84a4affbf893c1b50ad950c056f6bd09073 /pkgs
parent458331408e04608efcb4e09fbdfea36839f9aa02 (diff)
downloadnixpkgs-b0f82f0f2de4e598919edfc24ade60a8de46714d.tar
nixpkgs-b0f82f0f2de4e598919edfc24ade60a8de46714d.tar.gz
nixpkgs-b0f82f0f2de4e598919edfc24ade60a8de46714d.tar.bz2
nixpkgs-b0f82f0f2de4e598919edfc24ade60a8de46714d.tar.lz
nixpkgs-b0f82f0f2de4e598919edfc24ade60a8de46714d.tar.xz
nixpkgs-b0f82f0f2de4e598919edfc24ade60a8de46714d.tar.zst
nixpkgs-b0f82f0f2de4e598919edfc24ade60a8de46714d.zip
R: update to 3.4.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/math/R/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix
index fd0ff24d58b..d2188673fb7 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -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 = [