Merge pull request #49963 from r-ryantm/auto-update/python3.6-qtconsole
python36Packages.qtconsole: 4.4.1 -> 4.4.2
This commit is contained in:
commit
a7bf64c8fa
@ -14,11 +14,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "qtconsole";
|
pname = "qtconsole";
|
||||||
version = "4.4.1";
|
version = "4.4.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7870b19e6a6b0ab3acc09ee65463c0ca7568b3a01a6902d7c4e1ed2c4fc4e176";
|
sha256 = "1yihnxya9kll24fp4a929mria930i9r20kx43sjjwh92gcb2k9gs";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nose ] ++ lib.optionals isPy27 [mock];
|
buildInputs = [ nose ] ++ lib.optionals isPy27 [mock];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user