Merge pull request #307428 from r-ryantm/auto-update/python311Packages.pyvista

python311Packages.pyvista: 0.43.5 -> 0.43.6
This commit is contained in:
Weijia Wang 2024-05-02 09:30:33 +02:00 committed by GitHub
commit 5427885c25
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.5";
version = "0.43.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-twcsOG/iHZGMBrGcpF5jEJB8CoKIBcO711t7sXJT214=";
hash = "sha256-EhhnX7r8yHynEVahMSB6LxCAquQcUF4cI0S4oW+IZ/Y=";
};
nativeBuildInputs = [