From 1d537947e73e3e155241a023e065142c81d0fa56 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 6 Aug 2021 22:49:03 +0200 Subject: [PATCH] python3Packages.zeroconf: 0.33.2 -> 0.33.4 --- 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 18d0b381bd1..ad84bdd1c56 100644 --- a/pkgs/development/python-modules/zeroconf/default.nix +++ b/pkgs/development/python-modules/zeroconf/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "zeroconf"; - version = "0.33.2"; + version = "0.33.4"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "jstasiak"; repo = "python-zeroconf"; rev = version; - sha256 = "sha256-LtLLPffwznND7zciSdXJGFKHxk0m2AnLMna0vDt9jl0="; + sha256 = "sha256-ld8Mo465fJTVNSv6YvKcsPafiIij4PEmeycWB3M3ewU="; }; propagatedBuildInputs = [