2023-01-01T02:49:51 gurobi 9.5.1 -> 10.0.0 https://repology.org/metapackage/gurobi/versions 2023-01-01T02:49:53 attrpath: gurobi 2023-01-01T02:49:53 Checking auto update branch... 2023-01-01T02:49:53 An auto update branch exists with message `gurobi: 9.5.1 -> 9.5.2`. New version is 10.0.0. 2023-01-01T02:49:53 The auto update branch does not match or exceed the new version. 2023-01-01T02:49:57 [version] 2023-01-01T02:50:01 [version] updated version and sha256 2023-01-01T02:50:01 [rustCrateVersion] 2023-01-01T02:50:01 [rustCrateVersion] No cargoSha256 found 2023-01-01T02:50:01 [golangModuleVersion] 2023-01-01T02:50:01 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T02:50:01 [updateScript] 2023-01-01T02:50:01 [updateScript] skipping because derivation has no updateScript 2023-01-01T02:50:01 2023-01-01T02:50:01 [quotedUrls] 2023-01-01T02:50:01 [quotedUrls] nothing found to replace 2023-01-01T02:50:01 Diff after rewrites: diff --git a/pkgs/applications/science/math/gurobi/default.nix b/pkgs/applications/science/math/gurobi/default.nix index 536d520058a..d090eeb215d 100644 --- a/pkgs/applications/science/math/gurobi/default.nix +++ b/pkgs/applications/science/math/gurobi/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "gurobi"; - version = "9.5.1"; + version = "10.0.0"; src = fetchurl { url = "https://packages.gurobi.com/${lib.versions.majorMinor version}/gurobi${version}_linux64.tar.gz"; - sha256 = "sha256-+oKFnTPwj7iuudpmsPvZFxjtVzxTT1capSNyyd64kdo="; + sha256 = "sha256-kanOFGT1+UiAn8373rVfd2mO2KbWz6aYUpVCS27OK9Q="; }; sourceRoot = "gurobi${builtins.replaceStrings ["."] [""] version}/linux64"; 2023-01-01T02:51:43 Successfully finished processing 2023-01-01T02:51:43 cachix "/nix/store/vd52vi1zi8qp8gdir0mp4lnzb7x7yva6-gurobi-10.0.0" 2023-01-01T02:51:50 [check][nixpkgs-review] 2023-01-01T02:54:41 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
2023-01-01T02:54:43 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/gurobi/versions. meta.description for gurobi is: "Optimization solver for mathematical programming" meta.homepage for gurobi is: "https://www.gurobi.com" meta.changelog for gurobi is: "" ###### 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 10.0.0 with grep in /nix/store/vd52vi1zi8qp8gdir0mp4lnzb7x7yva6-gurobi-10.0.0 - found 10.0.0 in filename of file in /nix/store/vd52vi1zi8qp8gdir0mp4lnzb7x7yva6-gurobi-10.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath gurobi python310Packages.gurobipy python39Packages.gurobipy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/vd52vi1zi8qp8gdir0mp4lnzb7x7yva6-gurobi-10.0.0 \ --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 gurobi https://github.com/r-ryantm/nixpkgs/archive/4c883c96728ba136969d37dc0781cfc7684d898f.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/vd52vi1zi8qp8gdir0mp4lnzb7x7yva6-gurobi-10.0.0 ls -la /nix/store/vd52vi1zi8qp8gdir0mp4lnzb7x7yva6-gurobi-10.0.0/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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
--- ###### Maintainer pings cc @jfrankenau 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). 2023-01-01T02:54:46 Updated existing PR 2023-01-01T02:54:46 https://api.github.com/repos/NixOS/nixpkgs/pulls/184217