Merge pull request #295744 from GaetanLepage/arviz

python311Packages.arviz: 0.17.0 -> 0.17.1
This commit is contained in:
a-n-n-a-l-e-e 2024-03-16 07:58:30 -07:00 committed by GitHub
commit f0bea5f14d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "arviz";
version = "0.17.0";
version = "0.17.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "arviz-devs";
repo = "arviz";
rev = "refs/tags/v${version}";
hash = "sha256-DqVwbiNJHdRxK3Ppfa6sqPJzDqMaj1mtlAJHFq09u2Y=";
hash = "sha256-V0/yboKpK/4QuCOzKDiyFpu/J2JLu0aQxRZ+rpMS9eY=";
};
propagatedBuildInputs = [