python312Packages.pyvista: 0.43.4 -> 0.43.5

This commit is contained in:
R. Ryantm 2024-04-04 02:00:59 +00:00
parent 200850af60
commit 8d4b151e26

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyvista";
version = "0.43.4";
version = "0.43.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-nesI3rYGPCih+rckT6E6pyy6kZdfxBOjpfwvzKt8c6I=";
hash = "sha256-twcsOG/iHZGMBrGcpF5jEJB8CoKIBcO711t7sXJT214=";
};
nativeBuildInputs = [