summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-12-06 15:14:52 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-12-06 15:14:52 +0100
commit5224a44d0055185d57fcbdbc3a8e5165db158e5c (patch)
tree9768c18c8c8cd2474f94cec980a28a2746945245 /pkgs/shells
parentd4dd59e74dee9b7d94780f44765720f3a75cc830 (diff)
downloadnixlib-5224a44d0055185d57fcbdbc3a8e5165db158e5c.tar
nixlib-5224a44d0055185d57fcbdbc3a8e5165db158e5c.tar.gz
nixlib-5224a44d0055185d57fcbdbc3a8e5165db158e5c.tar.bz2
nixlib-5224a44d0055185d57fcbdbc3a8e5165db158e5c.tar.lz
nixlib-5224a44d0055185d57fcbdbc3a8e5165db158e5c.tar.xz
nixlib-5224a44d0055185d57fcbdbc3a8e5165db158e5c.tar.zst
nixlib-5224a44d0055185d57fcbdbc3a8e5165db158e5c.zip
ipython: update 2.2.0 -> 2.3.1
Changelog:
  http://ipython.org/ipython-doc/2/whatsnew/version2.0.html
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 990eb174bafc..b101e25f5744 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.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 = [