about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-08-25 11:01:08 +0200
committerDomen Kožar <domen@dev.si>2014-08-25 11:01:31 +0200
commitcb3cf6d3d7bd80f666568b8d687f6530e8504aee (patch)
tree0bcc1b688bde51d1ef1b192788179c571463d892 /pkgs/shells
parent619f18956da87517131ad4429b2c24e16796411d (diff)
pythonPackges.ipython: 2.0.0 -> 2.2.0
Diffstat (limited to 'pkgs/shells')
-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 cb0cc95c4cedd..990eb174bafc8 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-2.0.0";
+  name = "ipython-2.2.0";
   namePrefix = "";
 
   src = fetchurl {
     url = "http://pypi.python.org/packages/source/i/ipython/${name}.tar.gz";
-    sha256 = "0fl9sznx83y2ck8wh5zr8avzjm5hz6r0xz38ij2fil3gin7w10sf";
+    sha256 = "1qk44lmir24gnwb3gxh0mqcghc8ln1i5ygxpalh06bx0ajx7gjmp";
   };
 
   propagatedBuildInputs = [