Skip to content

Commit

Permalink
R: 4.2.2 -> 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedo committed Mar 15, 2023
1 parent 9a12573 commit 5eff9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/R/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);

stdenv.mkDerivation (finalAttrs: {
pname = "R";
version = "4.2.2";
version = "4.2.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-D/YrQuxRr6VxPK7nxP3noMRZQLo5vvjFyUh/7wyVPfU=";
sha256 = "sha256-VeSpptQ74xTiwD0CZqb6VESv3OULMDv8O4Kzl5UW4HQ=";
};

dontUseImakeConfigure = true;
Expand Down

0 comments on commit 5eff9f1

Please sign in to comment.