Skip to content

Commit

Permalink
Merge pull request #66082 from r-ryantm/auto-update/python3.7-luftdaten
Browse files Browse the repository at this point in the history
python37Packages.luftdaten: 0.6.1 -> 0.6.2
  • Loading branch information
marsam committed Aug 6, 2019
2 parents 0112070 + 35f70b8 commit 96b5664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/luftdaten/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildPythonPackage rec {
pname = "luftdaten";
version = "0.6.1";
version = "0.6.2";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "0jxp9yfabdgn2d6w69ijrw1bk1d9g897425cyybiyc13zhhs0kwg";
sha256 = "0919hcycv2rkn99lv4dn78i827mgvm3vagm9xcc6qgawsli8vrlp";
};

propagatedBuildInputs = [ aiohttp async-timeout ];
Expand Down

0 comments on commit 96b5664

Please sign in to comment.