From e26cc1370e3bafdf6ad05a79abc54c317f74fe8c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 13 Apr 2026 22:45:24 +0200 Subject: [PATCH] python3Packages.switchbot-api: 2.11.0 -> 2.11.1 Diff: https://github.com/SeraphicCorp/py-switchbot-api/compare/v2.11.0...v2.11.1 Changelog: https://github.com/SeraphicCorp/py-switchbot-api/releases/tag/v2.11.1 --- pkgs/development/python-modules/switchbot-api/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/switchbot-api/default.nix b/pkgs/development/python-modules/switchbot-api/default.nix index bf9a58c97ca9..9839f490ee1c 100644 --- a/pkgs/development/python-modules/switchbot-api/default.nix +++ b/pkgs/development/python-modules/switchbot-api/default.nix @@ -15,14 +15,14 @@ buildPythonPackage (finalAttrs: { pname = "switchbot-api"; - version = "2.11.0"; + version = "2.11.1"; pyproject = true; src = fetchFromGitHub { owner = "SeraphicCorp"; repo = "py-switchbot-api"; tag = "v${finalAttrs.version}"; - hash = "sha256-n2KAKILbywObqxG/lDNHkXWVCcrEJAaqv6xBDH8ed/Q="; + hash = "sha256-xgfFpylMS8Xs3erM7vuJKun6fYOtJ6kfXgBVSkejbJI="; }; build-system = [ poetry-core ];