about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorJonas Hoersch <coroa@online.de>2013-09-17 16:41:15 +0200
committerJonas Hoersch <coroa@online.de>2013-09-17 16:41:15 +0200
commitec486f6a7e41f41aeed10b751dc887f4310b1aa7 (patch)
tree0fd6486584bc9296d0f0926e01ce3c3db0119e3f /pkgs/shells
parent5ddefd615564320bef27353f6c42568715d2d7cc (diff)
downloadnixlib-ec486f6a7e41f41aeed10b751dc887f4310b1aa7.tar
nixlib-ec486f6a7e41f41aeed10b751dc887f4310b1aa7.tar.gz
nixlib-ec486f6a7e41f41aeed10b751dc887f4310b1aa7.tar.bz2
nixlib-ec486f6a7e41f41aeed10b751dc887f4310b1aa7.tar.lz
nixlib-ec486f6a7e41f41aeed10b751dc887f4310b1aa7.tar.xz
nixlib-ec486f6a7e41f41aeed10b751dc887f4310b1aa7.tar.zst
nixlib-ec486f6a7e41f41aeed10b751dc887f4310b1aa7.zip
ipython: update to version 1.1.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 79c61b8ed233..b9b9129cb486 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.0.0";
+  name = "ipython-1.1.0";
   namePrefix = "";
 
   src = fetchurl {
     url = "http://pypi.python.org/packages/source/i/ipython/${name}.tar.gz";
-    sha256 = "074i08a1zr7wjpqc7rm0k3rnq0laf0gjrcxlfvvb3qc48wdm41qd";
+    sha256 = "1glivwy7k2dciy0y5i39syngip84nrqhpggn4glmpd2s49jllkkc";
   };
 
   propagatedBuildInputs = [