We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c2ddc3 + 5181197 commit 1589edeCopy full SHA for 1589ede
pkgs/development/python-modules/pyvista/default.nix
@@ -15,14 +15,14 @@
15
16
buildPythonPackage rec {
17
pname = "pyvista";
18
- version = "0.46.0";
+ version = "0.46.1";
19
pyproject = true;
20
21
src = fetchFromGitHub {
22
owner = "pyvista";
23
repo = "pyvista";
24
tag = "v${version}";
25
- hash = "sha256-w9e3a05yXpjglOxGR98PUJ0ymX+2TAR7heCe59HjTWs=";
+ hash = "sha256-o/g2cvSCLwKigHxMinS1WeVLj6Z6RGM3F/3kWURTJks=";
26
};
27
28
# remove this line once pyvista 0.46 is released
0 commit comments