summary refs log tree commit diff
path: root/pkgs/applications/science/math/R
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-09-13 20:03:44 +0200
committerPeter Simons <simons@cryp.to>2014-09-13 20:03:44 +0200
commitb9f7f19820f9dfd20519a8e38ec49147039cf33d (patch)
treebc1281704d0b147e2906de1e26bfbbcb75d1de03 /pkgs/applications/science/math/R
parent4031707138ca272f601e77bedaad2c5ea9b996ad (diff)
downloadnixlib-b9f7f19820f9dfd20519a8e38ec49147039cf33d.tar
nixlib-b9f7f19820f9dfd20519a8e38ec49147039cf33d.tar.gz
nixlib-b9f7f19820f9dfd20519a8e38ec49147039cf33d.tar.bz2
nixlib-b9f7f19820f9dfd20519a8e38ec49147039cf33d.tar.lz
nixlib-b9f7f19820f9dfd20519a8e38ec49147039cf33d.tar.xz
nixlib-b9f7f19820f9dfd20519a8e38ec49147039cf33d.tar.zst
nixlib-b9f7f19820f9dfd20519a8e38ec49147039cf33d.zip
R: Revert update to version 3.1.1
This reverts commit 6e803a684fff2db30f6e10e8dc5a830184a12b9e. The new version
fails its test suite [1]. The issue has been reported upstream [2].

[1] http://hydra.cryp.to/build/191457/nixlog/1/raw
[2] https://bugs.r-project.org/bugzilla/show_bug.cgi?id=15975
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 7bdfa2026e15..edba65146a66 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -6,11 +6,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "R-3.1.1";
+  name = "R-3.1.0";
 
   src = fetchurl {
     url = "http://cran.r-project.org/src/base/R-3/${name}.tar.gz";
-    sha256 = "06bs5jk2bgib2wvd76yq9kf1vyim2j344midxkqyhk216ig4sp6f";
+    sha256 = "1qjzbw341bvi1h4jwbvdkvq8j0z9l3m85mpgrlfw0n2cz2806s4a";
   };
 
   buildInputs = [ blas bzip2 gfortran liblapack libX11 libXmu libXt