ipython: update 2.2.0 -> 2.3.1

Changelog:
  http://ipython.org/ipython-doc/2/whatsnew/version2.0.html
This commit is contained in:
Bjørn Forsman 2014-12-06 15:14:52 +01:00
parent d4dd59e74d
commit 5224a44d00

View file

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