python.pkgs.zeroconf: 0.18.0 -> 0.19.1

This commit is contained in:
Nikolay Amiantov 2017-07-27 15:53:54 +03:00
parent a762ca75d3
commit 8655259bfe
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zeroconf"; pname = "zeroconf";
version = "0.18.0"; version = "0.19.1";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0s1840v2h4h19ad8lfadbm3dhzs8bw9c5c3slkxql1zsaiycvjy2"; sha256 = "0ykzg730n915qbrq9bn5pn06bv6rb5zawal4sqjyfnjjm66snkj3";
}; };
propagatedBuildInputs = [ netifaces six enum-compat ]; propagatedBuildInputs = [ netifaces six enum-compat ];