python37Packages.luftdaten: 0.6.3 -> 0.6.4
This commit is contained in:
parent
8ed6d14632
commit
342bf79497
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "luftdaten";
|
pname = "luftdaten";
|
||||||
version = "0.6.3";
|
version = "0.6.4";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "161g3s3nwbkn3s101g8l4axll0kk8xxahxnvjrjdg2cghcjq9n8n";
|
sha256 = "1w1f0kmiwslg1dxn7gq0ak8f5wajlwl03r5zklshjc11j34b4d5i";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ aiohttp async-timeout ];
|
propagatedBuildInputs = [ aiohttp async-timeout ];
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python API for interacting with luftdaten.info";
|
description = "Python API for interacting with luftdaten.info";
|
||||||
homepage = https://github.com/fabaff/python-luftdaten;
|
homepage = "https://github.com/fabaff/python-luftdaten";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user