Merge pull request #133842 from fabaff/bump-zeroconf

python3Packages.zeroconf: 0.34.3 -> 0.35.0
This commit is contained in:
Sandro 2021-08-15 02:03:52 +02:00 committed by GitHub
commit 6b8cc1e094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.34.3";
version = "0.35.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
sha256 = "sha256-HJSqQl7dd8sN490lqGHWg6QiJblGKKlVMn7UJDQb7ZA=";
sha256 = "sha256-6/y9O7YYs1J+qFa/6pcHKiktkWa4bdEqUItK8IZGXJo=";
};
propagatedBuildInputs = [