Unverified Commit 925acab2 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

scipopt-soplex: update scipVersion

parent 089fe097
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
  version = "7.1.5";

  # To correlate scipVersion and version, check: https://scipopt.org/#news
  scipVersion = "9.2.3";
  scipVersion = "9.2.4";

  src = fetchFromGitHub {
    owner = "scipopt";