Merge pull request #222201 from fabaff/zeroconf-bumo

python310Packages.zeroconf: 0.47.3 -> 0.47.4
This commit is contained in:
Fabian Affolter 2023-03-24 09:29:28 +01:00 committed by GitHub
commit f33aad5303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.47.3";
version = "0.47.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-hpbJ7kcyM8S2xAaVjuPzHXl/gcAYk3CX7NHxsbZXQ10=";
hash = "sha256-ig0AMGNshe0bm7ZOkqV62hEcLeYlHBayMLk2fJQ8Uyo=";
};
nativeBuildInputs = [