summary refs log tree commit diff
path: root/pkgs/applications/science/math/R/default.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-13 10:05:15 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-10-13 10:05:15 +0200
commitea4a13e5737f440401123ea351e713b32c4a0876 (patch)
tree5af14e89496f87d90211a6a217129b7355878540 /pkgs/applications/science/math/R/default.nix
parentb1a2b397400b0c05aeb8aef956ca485e80a101bc (diff)
downloadnixpkgs-ea4a13e5737f440401123ea351e713b32c4a0876.tar
nixpkgs-ea4a13e5737f440401123ea351e713b32c4a0876.tar.gz
nixpkgs-ea4a13e5737f440401123ea351e713b32c4a0876.tar.bz2
nixpkgs-ea4a13e5737f440401123ea351e713b32c4a0876.tar.lz
nixpkgs-ea4a13e5737f440401123ea351e713b32c4a0876.tar.xz
nixpkgs-ea4a13e5737f440401123ea351e713b32c4a0876.tar.zst
nixpkgs-ea4a13e5737f440401123ea351e713b32c4a0876.zip
R: 4.0.2 -> 4.0.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/applications/science/math/R/default.nix')
-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 717b240c1cc..25ee66e8f75 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -12,11 +12,11 @@
 assert (!blas.isILP64) && (!lapack.isILP64);
 
 stdenv.mkDerivation rec {
-  name = "R-4.0.2";
+  name = "R-4.0.3";
 
   src = fetchurl {
     url = "https://cran.r-project.org/src/base/R-4/${name}.tar.gz";
-    sha256 = "0xdy3dy2bzdiba8z94hjykyra8si8a5q15s0bri7c26scjrymg6k";
+    sha256 = "03cypg2qf7v9mq9mr9alz9w5y9m5kdgwbc97bp26pyymg253m609";
   };
 
   dontUseImakeConfigure = true;