python310Packages.qtconsole: 5.4.0 -> 5.4.4

This commit is contained in:
Gaetan Lepage
2023-08-07 11:36:04 +02:00
parent 7f339cb88e
commit 71dbe8c618

View File

@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "qtconsole";
version = "5.4.0";
version = "5.4.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-V3SOov0mMgoLd626IBMc+7E4GMfJbYP6/LEQ/1X1izU=";
hash = "sha256-t/+1PXTyPO4p9M21Xdb6vI7DEtlPPEa6OOHd5FhpPfs=";
};
propagatedBuildInputs = [