Skip to content

Commit d7c76ba

Browse files
committed
1 parent 14a4a1f commit d7c76ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/arviz/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939

4040
buildPythonPackage rec {
4141
pname = "arviz";
42-
version = "0.20.0";
42+
version = "0.21.0";
4343
pyproject = true;
4444

4545
src = fetchFromGitHub {
4646
owner = "arviz-devs";
4747
repo = "arviz";
4848
tag = "v${version}";
49-
hash = "sha256-6toqOGwk8YbatfiDCTEG4r0z3zZAA8zcNVZJqqssYrY=";
49+
hash = "sha256-rrOvdyZE0wo3iiiQ2hHklAtLU38mXs3hLsb+Fwy9eAk=";
5050
};
5151

5252
build-system = [

0 commit comments

Comments
 (0)