Unverified Commit 22324e83 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

scipopt-papilo: 2.4.2 -> 2.4.3 (#427250)

parents 506f48a1 34be3edb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

stdenv.mkDerivation rec {
  pname = "scipopt-papilo";
  version = "2.4.2";
  version = "2.4.3";

  # To correlate scipVersion and version, check: https://scipopt.org/#news
  scipVersion = "9.2.2";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
    owner = "scipopt";
    repo = "papilo";
    tag = "v${version}";
    hash = "sha256-/1AsAesUh/5YXeCU2OYopoG3SXAwAecPD88QvGkb2bY=";
    hash = "sha256-SsRAwidqvisoDODBLRatVWFw7wGeLUavmPXSlPmD7d8=";
  };

  nativeBuildInputs = [ cmake ];