python3.pkgs.netdisco: 1.3.1 -> 1.4.0

This commit is contained in:
Robert Schütz 2018-04-10 13:22:07 +02:00
parent 1c5f62a1a3
commit 90b64badaf

View File

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