Skip to content

Commit cc700cc

Browse files
authored
python3Packages.pyvista: 0.45.0 -> 0.45.2 (#407317)
2 parents 8cf02ce + f05e53b commit cc700cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1616
buildPythonPackage rec {
1717
pname = "pyvista";
18-
version = "0.45.0";
18+
version = "0.45.2";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "pyvista";
2323
repo = "pyvista";
2424
tag = "v${version}";
25-
hash = "sha256-ruhG9HsD1PzTs/S6IDtuqIxg7UBmn67Ne2Y/H8y/9Cs=";
25+
hash = "sha256-szI9kzJQOVCKcGTWj9Twq9i2DzbrHt/LmYBBfq6MBy8=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)