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
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "qtconsole";
|
||||
version = "4.4.1";
|
||||
version = "4.4.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "7870b19e6a6b0ab3acc09ee65463c0ca7568b3a01a6902d7c4e1ed2c4fc4e176";
|
||||
sha256 = "1yihnxya9kll24fp4a929mria930i9r20kx43sjjwh92gcb2k9gs";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ] ++ lib.optionals isPy27 [mock];
|
||||
|
|
Loading…
Reference in a new issue