Merge pull request #60754 from r-ryantm/auto-update/python3.7-zeroconf

python37Packages.zeroconf: 0.21.3 -> 0.22.0
This commit is contained in:
Renaud 2019-05-07 15:11:03 +02:00 committed by GitHub
commit 2b0a1d7d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.21.3";
version = "0.22.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "5b52dfdf4e665d98a17bf9aa50dea7a8c98e25f972d9c1d7660e2b978a1f5713";
sha256 = "09dqfbj37l7vnj0fj4a82dqgq9mwm6fnsnsmljg25k1ygcn5hrpy";
};
propagatedBuildInputs = [ ifaddr ]