about summary refs log tree commit diff
path: root/pkgs/applications/science/math/R/default.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2022-06-25 09:00:28 +1000
committerJustin Bedo <cu@cua0.org>2022-06-25 09:00:28 +1000
commit8f1e861f4b76b1d283cc70d5d09842aa2c4bcd51 (patch)
treeb121b896e41b56cb13c944bfc910e6a11cb72cb7 /pkgs/applications/science/math/R/default.nix
parent2ee36a0de700998569f9f68e402eb27139c78083 (diff)
R: 4.2.0 -> 4.2.1
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 d1b1199686f63..0d045c882864c 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -14,11 +14,11 @@ assert (!blas.isILP64) && (!lapack.isILP64);
 
 stdenv.mkDerivation rec {
   pname = "R";
-  version = "4.2.0";
+  version = "4.2.1";
 
   src = fetchurl {
     url = "https://cran.r-project.org/src/base/R-${lib.versions.major version}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-OOq3cZt60JU4jwaqCQxaKyAnkZRd5g0+K7DqsfUJdIg=";
+    sha256 = "sha256-TVLbSG0nhI5UYT1O6XetlS7AjOF4B+G1JbEM1ENsZD8=";
   };
 
   dontUseImakeConfigure = true;