Merge pull request #253919 from wegank/pyvista-bump

python311Packages.pyvista: 0.42.0 -> 0.42.1
This commit is contained in:
Nick Cao 2023-09-07 22:18:11 -04:00 committed by GitHub
commit 0a4458ff99
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.42.0";
version = "0.42.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-ujuDH+GK9Q6V8r/PgU5Lu3P7cmau/n7Rk/8a+v7/JRo=";
hash = "sha256-Bk2bw6WCLzMb3nLMCS9rRugNocA9eYju/aoE68TYu5c=";
};
propagatedBuildInputs = [