python310Packages.pyvista: 0.42.1 -> 0.42.2

This commit is contained in:
Weijia Wang 2023-09-20 00:11:02 +02:00
parent 90040cd36a
commit 30fa77f486

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvista";
version = "0.42.1";
version = "0.42.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-Bk2bw6WCLzMb3nLMCS9rRugNocA9eYju/aoE68TYu5c=";
hash = "sha256-i+09vjp6m9CSEbWcvj2TCnOb408xw5Gli1en6FTYZH4=";
};
propagatedBuildInputs = [