mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
ipython: update 2.2.0 -> 2.3.1
Changelog: http://ipython.org/ipython-doc/2/whatsnew/version2.0.html
This commit is contained in:
parent
d4dd59e74d
commit
5224a44d00
@ -13,12 +13,12 @@ assert qtconsoleSupport == true -> pyqt4 != null;
|
|||||||
assert pylabQtSupport == true -> pyqt4 != null && sip != null;
|
assert pylabQtSupport == true -> pyqt4 != null && sip != null;
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "ipython-2.2.0";
|
name = "ipython-2.3.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 = "1qk44lmir24gnwb3gxh0mqcghc8ln1i5ygxpalh06bx0ajx7gjmp";
|
sha256 = "1764gi5m3ff481rjk336cw6i2h4zlc0nxam9rc5m8m7yl9m4d61y";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user