Merge pull request #42254 from Moredread/platformio/bump

Platformio: 3.5.2 -> 3.5.3 and fix for click dependency
This commit is contained in:
Jörg Thalheim 2018-06-20 09:58:57 +01:00 committed by GitHub
commit 7afab16eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ let
inherit version; inherit version;
sha256 = "678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a"; sha256 = "678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a";
}; };
patches = [];
}); });
platformio = self.callPackage ./core.nix { }; platformio = self.callPackage ./core.nix { };

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "platformio"; pname = "platformio";
version = "3.5.2"; version = "3.5.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "bb311ce5b8f12c95bc45c2071626a4887a3632fb2472b4d69a873b2acfc2e4ec"; sha256 = "1l4s2xh1p9h767amk9zapzivz4irl2y3kff3dna6icvsgq6rz011";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [