From d3629bea1fa5c1755df5cc698cc2135c6cd56c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 3 Apr 2026 18:46:29 -0700 Subject: [PATCH] python3Packages.hass-client: 1.2.0 -> 1.2.3 Diff: https://github.com/music-assistant/python-hass-client/compare/1.2.0...1.2.3 Changelog: https://github.com/music-assistant/python-hass-client/releases/tag/1.2.3 --- pkgs/development/python-modules/hass-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hass-client/default.nix b/pkgs/development/python-modules/hass-client/default.nix index d5e0f34fdef0..ba0fdc3aec80 100644 --- a/pkgs/development/python-modules/hass-client/default.nix +++ b/pkgs/development/python-modules/hass-client/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "hass-client"; - version = "1.2.0"; + version = "1.2.3"; pyproject = true; src = fetchFromGitHub { owner = "music-assistant"; repo = "python-hass-client"; tag = version; - hash = "sha256-FA3acaXLWcBMDsabLPxVk6EArSxcTAnmFeO1ixTXB1Q="; + hash = "sha256-uCVwxa/KTiOmaexmdeynL2LSqBhDu8Zfre+Nh9Oauiw="; }; postPatch = ''