lol

python313Packages.zeroconf: 0.147.0 -> 0.147.2

Diff: https://github.com/jstasiak/python-zeroconf/compare/0.147.0...0.147.2

Changelog: https://github.com/python-zeroconf/python-zeroconf/blob/0.147.2/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/zeroconf/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "zeroconf"; 20 - version = "0.147.0"; 20 + version = "0.147.2"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.9"; ··· 26 26 owner = "jstasiak"; 27 27 repo = "python-zeroconf"; 28 28 tag = version; 29 - hash = "sha256-WAixAOjGbO3J4Tsp81p5+uUGld2y5wU7M4mmQ4t8sBw="; 29 + hash = "sha256-t1++u+2+Pe/61MXzq5+9ayVl7ot3RrJUGCTNtHicpF8="; 30 30 }; 31 31 32 32 build-system = [