Merge pull request #232495 from wegank/pyvista-bump

python311Packages.pyvista: unbreak, 0.39.0 -> 0.39.1
This commit is contained in:
Weijia Wang 2023-05-18 01:07:35 +03:00 committed by GitHub
commit d168dd3458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
Metadata-Version: 2.1
Name: vtk
Version: @VTK_VER@
Summary: VTK is an open-source toolkit for 3D computer graphics, image processing, and visualization
Platform: UNKNOWN

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvista";
version = "0.39.0";
version = "0.39.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-PQOkwpyaKZ0oubDCzIKHXylpk1HWH39O0zonJ7Gfly4=";
hash = "sha256-N+1FfTKDITBmLaOjKZsahMd6s26W19ObcWXk8gGQ0QI=";
};
propagatedBuildInputs = [