From 9a32d2c648508c9cf589c91306ea003d6a1a7594 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 24 Nov 2023 23:51:00 +0100 Subject: [PATCH] python311Packages.aioshelly: 6.0.0 -> 6.1.0 Diff: https://github.com/home-assistant-libs/aioshelly/compare/refs/tags/6.0.0...6.1.0 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/6.1.0 --- pkgs/development/python-modules/aioshelly/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioshelly/default.nix b/pkgs/development/python-modules/aioshelly/default.nix index b47936c926d3..e0547c9484fe 100644 --- a/pkgs/development/python-modules/aioshelly/default.nix +++ b/pkgs/development/python-modules/aioshelly/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "aioshelly"; - version = "6.0.0"; + version = "6.1.0"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-mB9BEVqbHcoUaygIgrtqk20wMJkL+dWpbeyG5VP4+sg="; + hash = "sha256-LkcUcGx31GwrbmBWCyEuD5x9yzeszUHBCYSBgTzgz9A="; }; propagatedBuildInputs = [