pyqtgraph: 0.9.8 -> 0.9.10

This commit is contained in:
koral 2015-01-24 16:58:18 +01:00
parent 5e7501cd41
commit a4cbb472ba

View File

@ -8130,14 +8130,16 @@ let
pyqtgraph = buildPythonPackage rec {
name = "pyqtgraph-${version}";
version = "0.9.8";
version = "0.9.10";
doCheck = false; # "PyQtGraph requires either PyQt4 or PySide; neither package could be imported."
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/pyqtgraph/${name}.tar.gz";
sha256 = "1fnhj26d9qrqqmjx092m1qspclh3mia3vag7rji5wciw0plpszi5";
sha256 = "188pcxf3sxxjf0aipjn820lx2rf9f42zzp0sibmcl90955a3ipf1";
};
propagatedBuildInputs = with self; [ scipy pyqt4 pyopengl ];
propagatedBuildInputs = with self; [ scipy numpy pyqt4 pyopengl ];
meta = with stdenv.lib; {
description = "Scientific Graphics and GUI Library for Python";