Merge pull request #294599 from r-ryantm/auto-update/R
R: 4.3.2 -> 4.3.3
This commit is contained in:
commit
cce9af9c52
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "R";
|
||||
version = "4.3.2";
|
||||
version = "4.3.3";
|
||||
|
||||
src = let
|
||||
inherit (finalAttrs) pname version;
|
||||
in fetchurl {
|
||||
url = "https://cran.r-project.org/src/base/R-${lib.versions.major version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-s/V2CsLu6AJqPw7vyyW0dyPZeAOO7o6ER2IJTIYMRSo=";
|
||||
sha256 = "sha256-gIUSMTk7hb84d+6eObKC51Dthkxexgy9aObhOfBSAzA=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "tex" ];
|
||||
|
|
Loading…
Reference in a new issue