Merge pull request #228092 from wegank/stanc-bump

stanc, cmdstan: 2.31.0 -> 2.32.0
This commit is contained in:
Weijia Wang
2023-04-25 11:58:04 +03:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -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
View File
@@ -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 ]