Merge pull request #301431 from r-ryantm/auto-update/python312Packages.pyvista

python312Packages.pyvista: 0.43.4 -> 0.43.5
This commit is contained in:
Nick Cao 2024-04-04 09:55:32 -04:00 committed by GitHub
commit 03e2a36cc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [