python37Packages.luftdaten: 0.5.0 -> 0.6.1

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-07-02 05:50:57 -07:00
parent 5b4b6b6c24
commit 09d38ea0d5

View File

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