From b9f7f19820f9dfd20519a8e38ec49147039cf33d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 13 Sep 2014 20:03:44 +0200 Subject: 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 --- pkgs/applications/science/math/R/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/science/math/R') 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 -- cgit 1.4.1