python3Packages.qtconsole: 5.3.1 -> 5.3.2

This commit is contained in:
Martin Weinelt
2022-09-14 23:36:19 +02:00
parent 998108e525
commit f988d4ba18

View File

@@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "qtconsole";
version = "5.3.1";
version = "5.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-tzcj+sQ5OLaE3LI3qIUQ3HchxDpybOqK3heaKSfAovM=";
sha256 = "sha256-jq3wEug6sBgpWAPCR8arfqzT1aseHYig83/c/auSlaM=";
};
checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];