pythonPackges.ipython: 2.0.0 -> 2.2.0
This commit is contained in:
parent
619f18956d
commit
cb3cf6d3d7
@ -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.0.0";
|
name = "ipython-2.2.0";
|
||||||
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 = "0fl9sznx83y2ck8wh5zr8avzjm5hz6r0xz38ij2fil3gin7w10sf";
|
sha256 = "1qk44lmir24gnwb3gxh0mqcghc8ln1i5ygxpalh06bx0ajx7gjmp";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user