python3Packages.qtconsole: 5.0.2 -> 5.0.3

This commit is contained in:
Frederik Rietdijk 2021-03-24 10:28:26 +01:00
parent 78edec163d
commit b57ae774d0

View file

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "qtconsole";
version = "5.0.2";
version = "5.0.3";
src = fetchPypi {
inherit pname version;
sha256 = "404994edfe33c201d6bd0c4bd501b00c16125071573c938533224992bea0b30f";
sha256 = "c091a35607d2a2432e004c4a112d241ce908086570cf68594176dd52ccaa212d";
};
checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];