Merge pull request #166002 from r-ryantm/auto-update/python3.9-arviz

python39Packages.arviz: 0.11.4 -> 0.12.0
This commit is contained in:
Fabian Affolter 2022-03-28 08:21:15 +02:00 committed by GitHub
commit 6de7716e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,13 +25,13 @@
buildPythonPackage rec {
pname = "arviz";
version = "0.11.4";
version = "0.12.0";
src = fetchFromGitHub {
owner = "arviz-devs";
repo = "arviz";
rev = "v${version}";
sha256 = "0vindadyxhxhrhbalys6kzrda2d4qpqbqbsbwfprp8pxkldgk548";
sha256 = "sha256-ClARxgfji/CavEy8g5oeYK7pwSZS1yUIZnBiyTbZ/zU=";
};
propagatedBuildInputs = [