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 { buildPythonApplication rec {
pname = "mbed-cli"; pname = "mbed-cli";
version = "1.8.3"; version = "1.9.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "04vn2v0d7y3vmm8cswzvn2z85balgp3095n5flvgf3r60fdlhlmp"; sha256 = "1228plh55id03qywsw0ai88ypdpbh9iz18jfcyhn21pci7mj77fv";
}; };
doCheck = false; # no tests available in Pypi doCheck = false; # Tests cannot import mbed.
meta = with lib; { meta = with lib; {
homepage = https://github.com/ARMmbed/mbed-cli; homepage = https://github.com/ARMmbed/mbed-cli;