python qtconsole: 4.0.1 -> 4.0.3
This commit is contained in:
parent
93a190c0c6
commit
38d35c50f2
1 changed files with 2 additions and 2 deletions
|
@ -13082,12 +13082,12 @@ let
|
|||
};
|
||||
|
||||
qtconsole = buildPythonPackage rec {
|
||||
version = "4.0.1";
|
||||
version = "4.0.3";
|
||||
name = "qtconsole-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/q/qtconsole/${name}.tar.gz";
|
||||
sha256 = "7d2cf976bb960df11f413709b5b5b809365c48426110e946d0c12117e6ced3a5";
|
||||
sha256 = "555be6963a8f6431fbe1d424c7ffefee90824758058e4c9a2ab3aa045948eb85";
|
||||
};
|
||||
|
||||
buildInputs = with self; [] ++ optionals isPy27 [mock];
|
||||
|
|
Loading…
Reference in a new issue