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:
Jörg Thalheim 2018-11-09 16:30:25 +00:00 committed by GitHub
commit a7bf64c8fa
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.4.1";
version = "4.4.2";
src = fetchPypi {
inherit pname version;
sha256 = "7870b19e6a6b0ab3acc09ee65463c0ca7568b3a01a6902d7c4e1ed2c4fc4e176";
sha256 = "1yihnxya9kll24fp4a929mria930i9r20kx43sjjwh92gcb2k9gs";
};
buildInputs = [ nose ] ++ lib.optionals isPy27 [mock];