python37Packages.qtconsole: 4.4.3 -> 4.4.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-qtconsole/versions
This commit is contained in:
R. RyanTM 2019-05-12 14:47:19 -07:00 committed by Frederik Rietdijk
parent a9a19ba207
commit bb86340a1a

View File

@ -14,11 +14,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "qtconsole"; pname = "qtconsole";
version = "4.4.3"; version = "4.4.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1b03n1ixzscm0jw97l4dq5iy4fslnqxq5bb8287xb7n2a1gs26xw"; sha256 = "1qqyk5wlaps1m2hb5n2q1gynw2ayqn31dvxwwni4450ygf65arx6";
}; };
checkInputs = [ nose ] ++ lib.optionals isPy27 [mock]; checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];