python3Packages.luftdaten: 0.6.4 -> 0.6.5

This commit is contained in:
Robert Schütz 2021-03-17 13:31:58 +01:00
parent 94a0cb3b8d
commit 8d43a99093

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "luftdaten";
version = "0.6.4";
version = "0.6.5";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1w1f0kmiwslg1dxn7gq0ak8f5wajlwl03r5zklshjc11j34b4d5i";
sha256 = "sha256-5SFb+psULyg9UKVY3oJPNLF3TGS/W+Bxoj79iTzReL4=";
};
propagatedBuildInputs = [ aiohttp async-timeout ];
@ -16,9 +16,11 @@ buildPythonPackage rec {
# No tests implemented
doCheck = false;
pythonImportsCheck = [ "luftdaten" ];
meta = with lib; {
description = "Python API for interacting with luftdaten.info";
homepage = "https://github.com/fabaff/python-luftdaten";
homepage = "https://github.com/home-assistant-ecosystem/python-luftdaten";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};