Unverified Commit 4ae814f7 authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

Merge pull request #234958 from NixOS/r-updates

R,rPackages: R 4.2.3 -> 4.3.0
parents bbebc94f 8ac4225a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);

stdenv.mkDerivation (finalAttrs: {
  pname = "R";
  version = "4.2.3";
  version = "4.3.0";

  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-VeSpptQ74xTiwD0CZqb6VESv3OULMDv8O4Kzl5UW4HQ=";
    sha256 = "sha256-RdzEi2zyfTYQIPd/3ho5IJ6Ze4FAKzZjyhwBAFampgk=";
  };

  dontUseImakeConfigure = true;
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
  buildInputs = [
    bzip2 gfortran libX11 libXmu libXt libXt libjpeg libpng libtiff ncurses
    pango pcre2 perl readline texLive xz zlib less texinfo graphviz icu
    bison imake which blas lapack curl tcl tk jdk
    bison imake which blas lapack curl tcl tk jdk tzdata
  ] ++ lib.optionals stdenv.isDarwin [ Cocoa Foundation libobjc libcxx ];

  patches = [
+51 −49

File changed.

Preview size limit exceeded, changes collapsed.

+424 −417

File changed.

Preview size limit exceeded, changes collapsed.

+2248 −2169

File changed.

Preview size limit exceeded, changes collapsed.

+1930 −1606

File changed.

Preview size limit exceeded, changes collapsed.

Loading