python3Packages.qtconsole: 5.3.0 -> 5.3.1

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:33 +02:00
parent 2fd494f74e
commit da88c02752

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "qtconsole";
version = "5.3.0";
version = "5.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-jjUg/cdeRqvEzGz/7KFvomUnVBCbiug5+ijifR66ViU=";
sha256 = "sha256-tzcj+sQ5OLaE3LI3qIUQ3HchxDpybOqK3heaKSfAovM=";
};
checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];