python3Packages.pyvista: 0.48.1 -> 0.48.2

https://github.com/pyvista/pyvista/compare/v0.48.1…v0.48.2
This commit is contained in:
Weijia Wang
2026-05-11 11:48:31 +02:00
parent d775b7ea4e
commit f9696ee5cb
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyvista";
version = "0.48.1";
version = "0.48.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pyvista";
repo = "pyvista";
tag = "v${version}";
hash = "sha256-+pwMaWT/aQUijT91ODZUqhw+5xKdItL1BIU9XTpF56g=";
hash = "sha256-tXTDZ1htOGTrdiqbCyMiCQz44lHN5ruqW6bWkc3G2CI=";
};
build-system = [ setuptools ];