python37Packages.luftdaten: 0.6.2 -> 0.6.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-luftdaten/versions
This commit is contained in:
R. RyanTM 2019-09-28 06:11:15 -07:00
parent c455adcc42
commit db4063ed5c

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 ];