Merge pull request #229548 from fabaff/zeroconf-bump

python310Packages.zeroconf: 0.58.2 -> 0.60.0

authored by

Fabian Affolter and committed by
GitHub
f7c3ee39 b610c60e

+2 -2
+2 -2
pkgs/development/python-modules/zeroconf/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "zeroconf"; 18 - version = "0.58.2"; 18 + version = "0.62.0"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 24 24 owner = "jstasiak"; 25 25 repo = "python-zeroconf"; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-phwGnAosPuH9zj3lS8o78bQohGAllICpbn1cNgRmh0Y="; 27 + hash = "sha256-+jaZ582GdO7dUDr9dPPyy4uUm1mHigDieWN0mgBR+iI="; 28 28 }; 29 29 30 30 nativeBuildInputs = [