From b87f87c82b9837a9f9531d748bf2f662ceeef8c3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 2 Jan 2025 23:58:00 +0100 Subject: [PATCH] python313Packages.aioshelly: 12.1.0 -> 12.2.0 https://github.com/home-assistant-libs/aioshelly/releases/tag/12.2.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 551073c5fd99..9e0d4469df3b 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.1.0"; + version = "12.2.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aioshelly"; tag = version; - hash = "sha256-QcVyWabELa1bB2MOwQNPItXLgeOXlFpRh69dS+m1FLI="; + hash = "sha256-Y6gFFo0kzdHGaRqNVHhr0vvWBwRO2kOaoR4BFUbyYUQ="; }; build-system = [ setuptools ];