Unverified Commit e62d4f9f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #228092 from wegank/stanc-bump

stanc, cmdstan: 2.31.0 -> 2.32.0
parents 776ffe15 07d9193e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
  pname = "cmdstan";
  version = "2.31.0";
  version = "2.32.0";

  src = fetchFromGitHub {
    owner = "stan-dev";
    repo = pname;
    rev = "v${version}";
    fetchSubmodules = true;
    sha256 = "sha256-Uh/ZhEnbhQwC8xGFjDzH9No3VRgVbHYk2KoC+e3YhJw=";
    hash = "sha256-H8JXOqiSG9N+DD84S3iYvXnSgKUJuf7UZ7qT05Ti8xQ=";
  };

  nativeBuildInputs = [ stanc ];
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

ocamlPackages.buildDunePackage rec {
  pname = "stanc";
  version = "2.31.0";
  version = "2.32.0";

  minimalOCamlVersion = "4.12";

@@ -13,7 +13,7 @@ ocamlPackages.buildDunePackage rec {
    owner = "stan-dev";
    repo = "stanc3";
    rev = "v${version}";
    hash = "sha256-5GOyKVt3LHN1D6UysOZT8isVQLKexwEcK0rwI45dDcg=";
    hash = "sha256-DZJb5Zcfki6vev1n+9zyokQTxEounCvTeYyH4BvSTZ0=";
  };

  # Error: This expression has type [ `Use_Sys_unix ]