Merge pull request #66082 from r-ryantm/auto-update/python3.7-luftdaten

python37Packages.luftdaten: 0.6.1 -> 0.6.2
This commit is contained in:
Mario Rodas 2019-08-05 19:37:32 -05:00 committed by GitHub
commit 96b5664d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "luftdaten";
version = "0.6.1";
version = "0.6.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0jxp9yfabdgn2d6w69ijrw1bk1d9g897425cyybiyc13zhhs0kwg";
sha256 = "0919hcycv2rkn99lv4dn78i827mgvm3vagm9xcc6qgawsli8vrlp";
};
propagatedBuildInputs = [ aiohttp async-timeout ];