python.pkgs.netdisco: 1.4.0 -> 1.5.0

This commit is contained in:
Franz Pletz 2018-06-24 17:10:26 +02:00
parent 8469c97615
commit fdf015b8a3
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "netdisco";
version = "1.4.0";
version = "1.5.0";
disabled = !isPy3k;
@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = pname;
rev = version;
sha256 = "0q1cl76a0fwxm80lkk7cpd4p23r2bvf1a45nb7n61cgzrqcv43q1";
sha256 = "1lr0zpzdjkhcaihyxq8wv7c1wjm7xgx2sl8xmwp1kyivkgybk6n9";
};
propagatedBuildInputs = [ requests zeroconf netifaces ];