lol

python312Packages.arviz: 0.20.0 -> 0.21.0

Diff: https://github.com/arviz-devs/arviz/compare/refs/tags/v0.20.0...v0.21.0

Changelog: https://github.com/arviz-devs/arviz/blob/v0.21.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/arviz/default.nix
··· 39 39 40 40 buildPythonPackage rec { 41 41 pname = "arviz"; 42 - version = "0.20.0"; 42 + version = "0.21.0"; 43 43 pyproject = true; 44 44 45 45 src = fetchFromGitHub { 46 46 owner = "arviz-devs"; 47 47 repo = "arviz"; 48 48 tag = "v${version}"; 49 - hash = "sha256-6toqOGwk8YbatfiDCTEG4r0z3zZAA8zcNVZJqqssYrY="; 49 + hash = "sha256-rrOvdyZE0wo3iiiQ2hHklAtLU38mXs3hLsb+Fwy9eAk="; 50 50 }; 51 51 52 52 build-system = [