python311Packages.cmdstanpy: 1.2.1 -> 1.2.3

This commit is contained in:
Weijia Wang 2024-06-05 14:57:12 +02:00
parent c5e45a46db
commit 8a0c57481f

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "cmdstanpy";
version = "1.2.1";
version = "1.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "stan-dev";
repo = "cmdstanpy";
rev = "refs/tags/v${version}";
hash = "sha256-q+AFhWEzjYElJpiHT4h6YfZrwZJ56pv+8R+001vREyQ=";
hash = "sha256-PV7W1H4QYIOx1EHrGljrGUhCH1Y8ZPd9gEtCocc7x64=";
};
patches = [