python3Packages.zeroconf: 0.47.1 -> 0.47.3

This commit is contained in:
Martin Weinelt 2023-02-27 02:15:00 +01:00
parent 9a3140fff1
commit 755262e6b6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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