From 0d0d5e6966d67afefd0cbdd41c3929d6d5d270be Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 27 Aug 2023 20:58:31 +0200 Subject: [PATCH] python311Packages.zeroconf: 0.82.1 -> 0.84.0 Diff: https://github.com/jstasiak/python-zeroconf/compare/refs/tags/0.82.1...0.84.0 Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.84.0 --- pkgs/development/python-modules/zeroconf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/zeroconf/default.nix b/pkgs/development/python-modules/zeroconf/default.nix index 1fe56ea5c747..226036bae939 100644 --- a/pkgs/development/python-modules/zeroconf/default.nix +++ b/pkgs/development/python-modules/zeroconf/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "zeroconf"; - version = "0.82.1"; + version = "0.84.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jstasiak"; repo = "python-zeroconf"; rev = "refs/tags/${version}"; - hash = "sha256-8zfhrRjW+WucwCo5M+rPOjuqfNKI6ne3bTumwDGIcbI="; + hash = "sha256-YOZRqRkJ/yjJmxLvWhrwT3KNX4fiVEHe7riKchZt26w="; }; nativeBuildInputs = [