python3Packages.arviz: 0.21.0 -> 0.22.0
Diff: https://github.com/arviz-devs/arviz/compare/refs/tags/v0.21.0...refs/tags/v0.22.0 Changelog: https://github.com/arviz-devs/arviz/blob/v0.22.0/CHANGELOG.md
This commit is contained in:
parent
1e3ec9e9c6
commit
9ee0c07819
@ -39,14 +39,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "arviz";
|
pname = "arviz";
|
||||||
version = "0.21.0";
|
version = "0.22.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "arviz-devs";
|
owner = "arviz-devs";
|
||||||
repo = "arviz";
|
repo = "arviz";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-rrOvdyZE0wo3iiiQ2hHklAtLU38mXs3hLsb+Fwy9eAk=";
|
hash = "sha256-ZzZZKEtpVy44119H+upU36VLriZjjwPz3gqgKrL+gRI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user