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

python37Packages.luftdaten: 0.6.2 -> 0.6.3
This commit is contained in:
Mario Rodas 2019-09-28 09:34:59 -05:00 committed by GitHub
commit 682a63720d
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.2";
version = "0.6.3";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0919hcycv2rkn99lv4dn78i827mgvm3vagm9xcc6qgawsli8vrlp";
sha256 = "161g3s3nwbkn3s101g8l4axll0kk8xxahxnvjrjdg2cghcjq9n8n";
};
propagatedBuildInputs = [ aiohttp async-timeout ];