Merge pull request #232551 from r-ryantm/auto-update/cmdstan

cmdstan: 2.32.1 -> 2.32.2
This commit is contained in:
Weijia Wang 2023-05-18 11:25:39 +03:00 committed by GitHub
commit 4105d3b663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "cmdstan";
version = "2.32.1";
version = "2.32.2";
src = fetchFromGitHub {
owner = "stan-dev";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-VFZ8YOJMGKlROYsmfiQxAgYvz4zPMdzfRfAgStbRSJg=";
hash = "sha256-obV+R1ZjBgunXndCNry+MEne1nQawo81IV2DWwYbbIQ=";
};
nativeBuildInputs = [ stanc ];

View file

@ -5,7 +5,7 @@
ocamlPackages.buildDunePackage rec {
pname = "stanc";
version = "2.32.1";
version = "2.32.2";
minimalOCamlVersion = "4.12";
duneVersion = "3";