python36Packages.qtconsole: 4.4.1 -> 4.4.2
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.6-qtconsole/versions
This commit is contained in:
parent
a054d74507
commit
fede4c7bd4
|
@ -14,11 +14,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "qtconsole";
|
||||
version = "4.4.1";
|
||||
version = "4.4.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "7870b19e6a6b0ab3acc09ee65463c0ca7568b3a01a6902d7c4e1ed2c4fc4e176";
|
||||
sha256 = "1yihnxya9kll24fp4a929mria930i9r20kx43sjjwh92gcb2k9gs";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ] ++ lib.optionals isPy27 [mock];
|
||||
|
|
Loading…
Reference in New Issue