Skip to content

Commit 5181197

Browse files
committed
python3Packages.pyvista: 0.46.0 -> 0.46.1
1 parent 09906ca commit 5181197

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.46.0";
18+
version = "0.46.1";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "pyvista";
2323
repo = "pyvista";
2424
tag = "v${version}";
25-
hash = "sha256-w9e3a05yXpjglOxGR98PUJ0ymX+2TAR7heCe59HjTWs=";
25+
hash = "sha256-o/g2cvSCLwKigHxMinS1WeVLj6Z6RGM3F/3kWURTJks=";
2626
};
2727

2828
# remove this line once pyvista 0.46 is released

0 commit comments

Comments
 (0)