summary refs log tree commit diff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-04-13 21:49:04 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-04-13 21:55:27 +0200
commitf4cc9c29c756681177cb694916b61158ec59642c (patch)
treedbaac50e6190c169a5552e1a4209163144acdbbb
parentd5775a5ef934cce8bdabb0878eeae307e919a81b (diff)
downloadnixlib-f4cc9c29c756681177cb694916b61158ec59642c.tar
nixlib-f4cc9c29c756681177cb694916b61158ec59642c.tar.gz
nixlib-f4cc9c29c756681177cb694916b61158ec59642c.tar.bz2
nixlib-f4cc9c29c756681177cb694916b61158ec59642c.tar.lz
nixlib-f4cc9c29c756681177cb694916b61158ec59642c.tar.xz
nixlib-f4cc9c29c756681177cb694916b61158ec59642c.tar.zst
nixlib-f4cc9c29c756681177cb694916b61158ec59642c.zip
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.)
-rw-r--r--pkgs/shells/ipython/default.nix4
1 files 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 = [