Merge pull request #242607 from wegank/pyvista-bump

python310Packages.pyvista: 0.39.1 -> 0.40.0
This commit is contained in:
Weijia Wang 2023-07-10 14:12:44 +03:00 committed by GitHub
commit b465fc4102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvista";
version = "0.39.1";
version = "0.40.0";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-N+1FfTKDITBmLaOjKZsahMd6s26W19ObcWXk8gGQ0QI=";
hash = "sha256-vZmZh/wD6Np/0ZxTm81Ai3zWZHrQ4qykDw/+xKBUUZg=";
};
propagatedBuildInputs = [