python27Packages.mayavi: 4.7.0 -> 4.7.1

This commit is contained in:
R. RyanTM 2020-03-27 23:45:02 +00:00
parent 0bfd0187da
commit 0b1e4118b4

View File

@ -6,12 +6,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "mayavi"; pname = "mayavi";
version = "4.7.0"; version = "4.7.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
extension = "tar.bz2"; extension = "tar.bz2";
sha256 = "02rg4j1vkny2piqn3f728kg34m54kgx396g6h5y7ykz2lk3f3h44"; sha256 = "095p7mds6kqqrp7xqv24iygr3mw85rm7x41wb5y4yc3gi1pznldy";
}; };
# Discovery of 'vtk' in setuptools is not working properly, due to a missing # Discovery of 'vtk' in setuptools is not working properly, due to a missing
@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "3D visualization of scientific data in Python"; description = "3D visualization of scientific data in Python";
homepage = https://github.com/enthought/mayavi; homepage = "https://github.com/enthought/mayavi";
maintainers = with stdenv.lib.maintainers; [ knedlsepp ]; maintainers = with stdenv.lib.maintainers; [ knedlsepp ];
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
}; };