From 9ca8bc7cafda9b63609a3e1484dcd247b9c9033b Mon Sep 17 00:00:00 2001 From: fettgoenner Date: Sat, 19 Apr 2025 10:53:52 +0200 Subject: [PATCH] scipopt-ug: scipVersion: 9.2.1 -> 9.2.2 --- pkgs/by-name/sc/scipopt-ug/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sc/scipopt-ug/package.nix b/pkgs/by-name/sc/scipopt-ug/package.nix index 5905ce388596..2d52e294ceb5 100644 --- a/pkgs/by-name/sc/scipopt-ug/package.nix +++ b/pkgs/by-name/sc/scipopt-ug/package.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { version = "1.0.0-beta6"; # To correlate scipVersion and version, check: https://scipopt.org/#news - scipVersion = "9.2.1"; + scipVersion = "9.2.2"; # Take the SCIPOptSuite source since no other source exists publicly. src = fetchzip {