From f4cc9c29c756681177cb694916b61158ec59642c Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Sun, 13 Apr 2014 21:49:04 +0200 Subject: ipython: update 1.1.0 -> 2.0.0 Release notes: http://ipython.org/ipython-doc/2/whatsnew/version2.0.html Build and run tested terminal mode (default), notebook, qtconsole; all works. (And the release notes list few backwards incompatible changes.) --- pkgs/shells/ipython/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/shells/ipython/default.nix b/pkgs/shells/ipython/default.nix index b9b9129cb486..cb0cc95c4ced 100644 --- a/pkgs/shells/ipython/default.nix +++ b/pkgs/shells/ipython/default.nix @@ -13,12 +13,12 @@ assert qtconsoleSupport == true -> pyqt4 != null; assert pylabQtSupport == true -> pyqt4 != null && sip != null; buildPythonPackage rec { - name = "ipython-1.1.0"; + name = "ipython-2.0.0"; namePrefix = ""; src = fetchurl { url = "http://pypi.python.org/packages/source/i/ipython/${name}.tar.gz"; - sha256 = "1glivwy7k2dciy0y5i39syngip84nrqhpggn4glmpd2s49jllkkc"; + sha256 = "0fl9sznx83y2ck8wh5zr8avzjm5hz6r0xz38ij2fil3gin7w10sf"; }; propagatedBuildInputs = [ -- cgit 1.4.1