ipython: bump to 0.13.1

IPython 0.13.1: minor bugfix release for 0.13, on October 20, 2012. This
release includes 41 Pull Requests and closing 21 Issues backported from
0.14-dev, including significant fixes for ipcluster and Python 3.3
compatibility.
This commit is contained in:
Bjørn Forsman 2013-03-27 12:09:55 +01:00
parent f2726c5c57
commit 66969547a2

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, buildPythonPackage, pythonPackages }: { stdenv, fetchurl, buildPythonPackage, pythonPackages }:
buildPythonPackage rec { buildPythonPackage rec {
name = "ipython-0.13"; name = "ipython-0.13.1";
namePrefix = ""; namePrefix = "";
src = fetchurl { src = fetchurl {
url = "http://pypi.python.org/packages/source/i/ipython/${name}.tar.gz"; url = "http://pypi.python.org/packages/source/i/ipython/${name}.tar.gz";
sha256 = "1m4m0zf3llnicfgrbnl2h08p3662px7v2pzbhq4fq24vnyz6x5w2"; sha256 = "1h7q2zlyfn7si2vf6gnq2d0krkm1f5jy5nbi105by7zxqjai1grv";
}; };
propagatedBuildInputs = [ pythonPackages.readline pythonPackages.sqlite3 pythonPackages.tornado pythonPackages.pyzmq ]; propagatedBuildInputs = [ pythonPackages.readline pythonPackages.sqlite3 pythonPackages.tornado pythonPackages.pyzmq ];