Merge pull request #33367 from mogorman/platformio-3.5.0

platformio: 3.4.1 -> 3.5.0
This commit is contained in:
Frederik Rietdijk
2018-01-06 17:44:08 +01:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

View File

@@ -8,12 +8,12 @@ buildPythonPackage rec {
disabled = isPy3k || isPyPy;
pname = "platformio";
version="3.4.1";
version="3.5.0";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "1b4lba672l851sv1xwc320xbh46x7hx4ms6whc0k37hxkxj0nwm2";
sha256 = "0gy13cwp0i97lgjd8hh8kh9cswxh53x4cx2sq5b7d7vv8kd7bh6c";
};
propagatedBuildInputs = [