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

python37Packages.zeroconf: 0.22.0 -> 0.23.0
This commit is contained in:
Mario Rodas 2019-06-18 06:37:35 -05:00 committed by GitHub
commit dbda606547
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.22.0";
version = "0.23.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "09dqfbj37l7vnj0fj4a82dqgq9mwm6fnsnsmljg25k1ygcn5hrpy";
sha256 = "1xgfs38wv52a73p9gmyz0vxj6c49516isjn9bhp8p3y4cywk7hz0";
};
propagatedBuildInputs = [ ifaddr ]