summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorUtku Demir <utdemir@gmail.com>2015-05-02 22:04:26 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2015-05-02 22:05:07 +0200
commitebe3802a8f117989251f1af32ad0397e9c236c60 (patch)
tree9726fc95862d87a8aea36320a44d290423c5f9e7 /pkgs/shells
parenta5b17ecc945eda6e7248ff7cf2bd17430f003e9a (diff)
pythonPackages.ipython: 2.3.1 -> 3.1.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/ipython/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/shells/ipython/default.nix b/pkgs/shells/ipython/default.nix
index 09b2d30ea7cac..47705a05cc87c 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;
 
 buildPythonPackage rec {
-  name = "ipython-2.3.1";
+  name = "ipython-3.1.0";
   namePrefix = "";
 
   src = fetchurl {
-    url = "http://pypi.python.org/packages/source/i/ipython/${name}.tar.gz";
-    sha256 = "1764gi5m3ff481rjk336cw6i2h4zlc0nxam9rc5m8m7yl9m4d61y";
+    url = "https://pypi.python.org/packages/source/i/ipython/${name}.tar.gz";
+    sha256 = "092nilrkr76l1mklnslgbw1cz7z1xabp1hz5s7cb30kgy39r482k";
   };
 
   propagatedBuildInputs = [
@@ -28,6 +28,7 @@ buildPythonPackage rec {
     pythonPackages.tornado
     pythonPackages.pyzmq
     pythonPackages.jinja2
+    pythonPackages.jsonschema
   ] ++ stdenv.lib.optionals qtconsoleSupport [
     pythonPackages.pygments
     pythonPackages.pyzmq