From 398e2724b6593c738d6d33539789e9b357a46195 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Jun 2023 23:38:25 +0200 Subject: [PATCH] python311Packages.aioshelly: 5.3.2 -> 5.4.0 Diff: https://github.com/home-assistant-libs/aioshelly/compare/refs/tags/5.3.2...5.4.0 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/5.4.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 10948344f3b7..d00469ecb099 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 = "5.3.2"; + version = "5.4.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-eqZyCQ96CasBlO++QcQ/HiVWWeB2jQltHXZRbIfub7Q="; + hash = "sha256-cbgDuJXvZmbhIgxpuySGbJqz7DeI65DHwk1UPdNUs1Q="; }; propagatedBuildInputs = [