R 4.3.1 -> 4.3.2 https://repology.org/project/r/versions attrpath: R Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix index d3ca419c48d3..ee0d35414255 100644 --- a/pkgs/applications/science/math/R/default.nix +++ b/pkgs/applications/science/math/R/default.nix @@ -15,13 +15,13 @@ assert (!blas.isILP64) && (!lapack.isILP64); stdenv.mkDerivation (finalAttrs: { pname = "R"; - version = "4.3.1"; + version = "4.3.2"; 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-jdC/JPECPG9hjDsxc4PSkbSklPQNc7mDrCL/6pnkupk="; + sha256 = "sha256-s/V2CsLu6AJqPw7vyyW0dyPZeAOO7o6ER2IJTIYMRSo="; }; outputs = [ "out" "tex" ]; Successfully finished processing cachix "/nix/store/b2mnb9lq081fk3w2nz3yy217qap5qsgj-R-4.3.2" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/r/versions. meta.description for R is: Free software environment for statistical computing and graphics meta.homepage for R is: http://www.r-project.org/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.3.2 with grep in /nix/store/b2mnb9lq081fk3w2nz3yy217qap5qsgj-R-4.3.2 - found 4.3.2 in filename of file in /nix/store/b2mnb9lq081fk3w2nz3yy217qap5qsgj-R-4.3.2 ---
Rebuild report (if merged into master) (click to expand) ``` 42 total rebuild path(s) 42 package rebuild(s) First fifty rebuilds by attrpath R cantor diffoscope golden-cheetah-bin labplot libsForQt5.cantor plasma5Packages.cantor postgresql12JitPackages.plr postgresql12Packages.plr postgresql13JitPackages.plr postgresql13Packages.plr postgresql14JitPackages.plr postgresql14Packages.plr postgresql15JitPackages.plr postgresql15Packages.plr postgresql16JitPackages.plr postgresql16Packages.plr postgresqlJitPackages.plr postgresqlPackages.plr python310Packages.cnvkit python310Packages.nbdev python310Packages.radian python310Packages.rchitect python310Packages.rpy2 python311Packages.cnvkit python311Packages.nbdev python311Packages.radian python311Packages.rchitect python311Packages.rpy2 quarto rstudio rstudio-server rstudioServerWrapper rstudioWrapper sage sageWithDoc spark spark3 spark_3_2 spark_3_3 spark_3_4 tests.pkg-config.defaultPkgConfigPackages.libR ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/b2mnb9lq081fk3w2nz3yy217qap5qsgj-R-4.3.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A R https://github.com/r-ryantm/nixpkgs/archive/3c7be3591399c6f19e50fb3d9d688648ada2eb65.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/3c7be3591399c6f19e50fb3d9d688648ada2eb65#R ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/b2mnb9lq081fk3w2nz3yy217qap5qsgj-R-4.3.2 ls -la /nix/store/b2mnb9lq081fk3w2nz3yy217qap5qsgj-R-4.3.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @jbedo @timokau @omasanori @7c6f434c @collares for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/264760