mbed-cli: 1.8.3 -> 1.9.1

This commit is contained in:
Roman Volosatovs 2019-02-16 21:06:03 +01:00
parent 7cbc76a3e6
commit 15b1356539
No known key found for this signature in database
GPG key ID: 3AC661943D80C89E

View file

@ -4,14 +4,14 @@ with python3Packages;
buildPythonApplication rec {
pname = "mbed-cli";
version = "1.8.3";
version = "1.9.1";
src = fetchPypi {
inherit pname version;
sha256 = "04vn2v0d7y3vmm8cswzvn2z85balgp3095n5flvgf3r60fdlhlmp";
sha256 = "1228plh55id03qywsw0ai88ypdpbh9iz18jfcyhn21pci7mj77fv";
};
doCheck = false; # no tests available in Pypi
doCheck = false; # Tests cannot import mbed.
meta = with lib; {
homepage = https://github.com/ARMmbed/mbed-cli;