Skip to content

Commit 34d5d64

Browse files
committed
python310Packages.zeroconf: 0.47.3 -> 0.47.4
Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.47.4
1 parent 656709b commit 34d5d64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/zeroconf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "zeroconf";
16-
version = "0.47.3";
16+
version = "0.47.4";
1717
format = "pyproject";
1818

1919
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "jstasiak";
2323
repo = "python-zeroconf";
2424
rev = "refs/tags/${version}";
25-
hash = "sha256-hpbJ7kcyM8S2xAaVjuPzHXl/gcAYk3CX7NHxsbZXQ10=";
25+
hash = "sha256-ig0AMGNshe0bm7ZOkqV62hEcLeYlHBayMLk2fJQ8Uyo=";
2626
};
2727

2828
nativeBuildInputs = [

0 commit comments

Comments
 (0)