Merge pull request #10643 from FRidh/jupyter
python qtconsole: 4.0.1 -> 4.1.0
This commit is contained in:
commit
6a226db299
@ -13086,12 +13086,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
qtconsole = buildPythonPackage rec {
|
qtconsole = buildPythonPackage rec {
|
||||||
version = "4.0.3";
|
version = "4.1.0";
|
||||||
name = "qtconsole-${version}";
|
name = "qtconsole-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/q/qtconsole/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/q/qtconsole/${name}.tar.gz";
|
||||||
sha256 = "555be6963a8f6431fbe1d424c7ffefee90824758058e4c9a2ab3aa045948eb85";
|
sha256 = "61fb6e001dd2619a9fe8bd3a096d91c2c794cd9b2c7550a6df27ab6d5d03eb19";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [] ++ optionals isPy27 [mock];
|
buildInputs = with self; [] ++ optionals isPy27 [mock];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user