Merge pull request #66129 from r-ryantm/auto-update/python3.7-qtconsole

python37Packages.qtconsole: 4.5.1 -> 4.5.2
This commit is contained in:
Mario Rodas 2019-08-05 19:40:30 -05:00 committed by GitHub
commit 9364c0052f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "qtconsole";
version = "4.5.1";
version = "4.5.2";
src = fetchPypi {
inherit pname version;
sha256 = "4af84facdd6f00a6b9b2927255f717bb23ae4b7a20ba1d9ef0a5a5a8dbe01ae2";
sha256 = "0z6d2rmzrx2dzbx94xxmsrl6vn6jjpzvb6014y2bqhwr7znbjzkn";
};
checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];