cmdstan: 2.36.0 -> 2.37.0

This commit is contained in:
R. Ryantm
2025-10-21 18:27:48 +02:00
committed by Weijia Wang
parent 086d396a65
commit 3984e9e2e3
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -12,14 +12,14 @@
stdenv.mkDerivation rec {
pname = "cmdstan";
version = "2.36.0";
version = "2.37.0";
src = fetchFromGitHub {
owner = "stan-dev";
repo = "cmdstan";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-9Dan86C0nxxxkIXaOSKExY0hngAgWTpL4RlI3rTnBZo=";
hash = "sha256-bKkzzFkMF8+Ufz/EdKLJdB290Fvc2t8b47xB8oPz/sk=";
};
postPatch = ''
+4 -3
View File
@@ -6,7 +6,7 @@
ocamlPackages.buildDunePackage rec {
pname = "stanc";
version = "2.36.0";
version = "2.37.0";
minimalOCamlVersion = "4.12";
duneVersion = "3";
@@ -14,8 +14,8 @@ ocamlPackages.buildDunePackage rec {
src = fetchFromGitHub {
owner = "stan-dev";
repo = "stanc3";
rev = "v${version}";
hash = "sha256-IrpHV00Fn3Nxail4Xgv/8ezclKpyVuQa1F34kF07wwA=";
tag = "v${version}";
hash = "sha256-d+sInQfnlT1gLbtIRPD+LUZgIdl519OrfvgSNYdYeII=";
};
nativeBuildInputs = with ocamlPackages; [ menhir ];
@@ -26,6 +26,7 @@ ocamlPackages.buildDunePackage rec {
ppx_deriving
fmt
yojson
cmdliner
];
meta = with lib; {