From e5a4e3eeee2463b3a27a906405da8c6b3ee05e84 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 23 Mar 2023 14:47:05 +0100 Subject: [PATCH] python310Packages.aioharmony: 0.2.9 -> 0.2.10 --- pkgs/development/python-modules/aioharmony/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioharmony/default.nix b/pkgs/development/python-modules/aioharmony/default.nix index b1f19dc260d8..cd3abbb4af8d 100644 --- a/pkgs/development/python-modules/aioharmony/default.nix +++ b/pkgs/development/python-modules/aioharmony/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "aioharmony"; - version = "0.2.9"; + version = "0.2.10"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-T30pLzPWD+5pb0ShkpNdiBFO45RdiMYgCOSg8rx+t+Y="; + hash = "sha256-18+38QunEdEGdirQOT+528vYqiqDuUr/CWRQtXKf4rs="; }; propagatedBuildInputs = [