Merge pull request #1014 from coroa/scipy

Updating scipy and friends to add the new package qutip
This commit is contained in:
Domen Kožar
2013-09-26 12:09:20 -07:00
3 changed files with 39 additions and 8 deletions

View File

@@ -13,12 +13,12 @@ assert qtconsoleSupport == true -> pyqt4 != null;
assert pylabQtSupport == true -> pyqt4 != null && sip != null;
buildPythonPackage rec {
name = "ipython-1.0.0";
name = "ipython-1.1.0";
namePrefix = "";
src = fetchurl {
url = "http://pypi.python.org/packages/source/i/ipython/${name}.tar.gz";
sha256 = "074i08a1zr7wjpqc7rm0k3rnq0laf0gjrcxlfvvb3qc48wdm41qd";
sha256 = "1glivwy7k2dciy0y5i39syngip84nrqhpggn4glmpd2s49jllkkc";
};
propagatedBuildInputs = [