summary refs log tree commit diff
path: root/pkgs/shells/ipython
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-08-14 19:16:22 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-08-14 19:16:22 +0200
commit53fe67e74d3eba0a249da96cb1d4abcee91f1e55 (patch)
tree77de6f8bfe44f1d4b6d5db7473c72e8486023a31 /pkgs/shells/ipython
parent91ad63716cc6ea27598023493b542b086d3bd428 (diff)
downloadnixlib-53fe67e74d3eba0a249da96cb1d4abcee91f1e55.tar
nixlib-53fe67e74d3eba0a249da96cb1d4abcee91f1e55.tar.gz
nixlib-53fe67e74d3eba0a249da96cb1d4abcee91f1e55.tar.bz2
nixlib-53fe67e74d3eba0a249da96cb1d4abcee91f1e55.tar.lz
nixlib-53fe67e74d3eba0a249da96cb1d4abcee91f1e55.tar.xz
nixlib-53fe67e74d3eba0a249da96cb1d4abcee91f1e55.tar.zst
nixlib-53fe67e74d3eba0a249da96cb1d4abcee91f1e55.zip
ipython: 0.13.2 -> 1.0.0
Release notes:
http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html
Diffstat (limited to 'pkgs/shells/ipython')
-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 f8fda4f051b0..79c61b8ed233 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-0.13.2";
+  name = "ipython-1.0.0";
   namePrefix = "";
 
   src = fetchurl {
     url = "http://pypi.python.org/packages/source/i/ipython/${name}.tar.gz";
-    sha256 = "1sh0n47i1zxqmbzjv6iqc66c8pdk9spzgzchgmhqscgjvyhyxyqp";
+    sha256 = "074i08a1zr7wjpqc7rm0k3rnq0laf0gjrcxlfvvb3qc48wdm41qd";
   };
 
   propagatedBuildInputs = [