From 53a609dd6e94eda8a08fa00db6108085ae57cb39 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 10 Feb 2025 00:18:47 +0100 Subject: [PATCH] python313Packages.aioshelly: 12.4.1 -> 12.4.2 Diff: https://github.com/home-assistant-libs/aioshelly/compare/refs/tags/12.4.1...12.4.2 Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/12.4.2 --- 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 63980cd75b45..cf635121e312 100644 --- a/pkgs/development/python-modules/aioshelly/default.nix +++ b/pkgs/development/python-modules/aioshelly/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "aioshelly"; - version = "12.4.1"; + version = "12.4.2"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; - hash = "sha256-OhfLl/IJUSmzVHoYjJszxwN4RZEr5zCfxxh5T0/z2Bg="; + hash = "sha256-QwO1Vi69rj4tCSSkp/j3vtdV6zpgkgM33waDw7ZjApw="; }; build-system = [ setuptools ];