about summary refs log tree commit diff
path: root/pkgs/applications/science/math/R
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-03-07 22:51:39 +0100
committerPeter Simons <simons@cryp.to>2014-03-07 22:51:39 +0100
commit41e0214bb1ecc367190a60a805d36ff1e32d1948 (patch)
tree4c4b7d3bb8bd2f39001cf031da3e62233613ffdf /pkgs/applications/science/math/R
parenta73ab2f4cfe5a3b91661765c6ddf6d42149a75f9 (diff)
downloadnixlib-41e0214bb1ecc367190a60a805d36ff1e32d1948.tar
nixlib-41e0214bb1ecc367190a60a805d36ff1e32d1948.tar.gz
nixlib-41e0214bb1ecc367190a60a805d36ff1e32d1948.tar.bz2
nixlib-41e0214bb1ecc367190a60a805d36ff1e32d1948.tar.lz
nixlib-41e0214bb1ecc367190a60a805d36ff1e32d1948.tar.xz
nixlib-41e0214bb1ecc367190a60a805d36ff1e32d1948.tar.zst
nixlib-41e0214bb1ecc367190a60a805d36ff1e32d1948.zip
R: update to version 3.0.3
Diffstat (limited to 'pkgs/applications/science/math/R')
-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 6c8ec9e68c53..88f4653cf7b4 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -5,11 +5,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "R-3.0.2";
+  name = "R-3.0.3";
 
   src = fetchurl {
     url = "http://cran.r-project.org/src/base/R-3/${name}.tar.gz";
-    sha256 = "0jq2vk6bgksbvgmdjvv7vfj6llp091d0nhl5j825aya4c2nhavlm";
+    sha256 = "1mp6zp25nycn8bxnnq97gq6n21c6vprm6qc4drwap57j82azsz5r";
   };
 
   buildInputs = [ blas bzip2 gfortran liblapack libX11 libXmu libXt