python3Packages.qtconsole: 5.1.1 -> 5.2.1

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:11 -08:00
parent e8bbd13873
commit f72419a917
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "qtconsole";
version = "5.1.1";
version = "5.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "bbc34bca14f65535afcb401bc74b752bac955e5313001ba640383f7e5857dc49";
sha256 = "bb3b9f0d674055e627c1097779c0d5e028176706d3b6be39cf52235f6ddcc88e";
};
checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];