stanc, cmdstan: 2.31.0 -> 2.32.0

This commit is contained in:
Weijia Wang 2023-04-25 09:39:59 +03:00
parent 90a8b9e3fe
commit 07d9193e64
2 changed files with 4 additions and 4 deletions

View File

@ -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 ];

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 ]