From a63ee8db347528a6180c686cb5624d21e0bb3ae0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 21 Mar 2025 14:51:35 +0000 Subject: [PATCH 1/2] python313Packages.msmart-ng: 2025.2.2 -> 2025.3.1 https://github.com/mill1000/midea-msmart/releases/tag/2025.3.0 https://github.com/mill1000/midea-msmart/releases/tag/2025.3.1 Co-authored-by: emilylange --- pkgs/development/python-modules/msmart-ng/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/msmart-ng/default.nix b/pkgs/development/python-modules/msmart-ng/default.nix index bbc409ecf6dc..0f01c755834f 100644 --- a/pkgs/development/python-modules/msmart-ng/default.nix +++ b/pkgs/development/python-modules/msmart-ng/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "msmart-ng"; - version = "2025.2.2"; + version = "2025.3.1"; pyproject = true; src = fetchFromGitHub { owner = "mill1000"; repo = "midea-msmart"; tag = version; - hash = "sha256-h+yWa1N5XmYdWzpEyVtdD/n+A0V1aFRvMHCaty6SnnM="; + hash = "sha256-hTYqRJn/ixseHHezfTOG0UzdQmnpn4hACijYOMtwtT8="; }; build-system = [ @@ -47,7 +47,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "msmart" ]; meta = with lib; { - changelog = "https://github.com/mill1000/midea-msmart/releases/tag/${version}"; + changelog = "https://github.com/mill1000/midea-msmart/releases/tag/${src.tag}"; description = "Python library for local control of Midea (and associated brands) smart air conditioners"; homepage = "https://github.com/mill1000/midea-msmart"; license = licenses.mit; From b1850d3658016192b4ba1d806f7cc99ffbe9d456 Mon Sep 17 00:00:00 2001 From: emilylange Date: Sat, 22 Mar 2025 12:33:47 +0100 Subject: [PATCH 2/2] home-assistant-custom-components.midea_ac: 2025.2.3 -> 2025.3.0 https://github.com/mill1000/midea-ac-py/releases/tag/2025.3.0 --- .../home-assistant/custom-components/midea_ac/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/midea_ac/package.nix b/pkgs/servers/home-assistant/custom-components/midea_ac/package.nix index c05dc8db9192..8588b6045e72 100644 --- a/pkgs/servers/home-assistant/custom-components/midea_ac/package.nix +++ b/pkgs/servers/home-assistant/custom-components/midea_ac/package.nix @@ -8,13 +8,13 @@ buildHomeAssistantComponent rec { owner = "mill1000"; domain = "midea_ac"; - version = "2025.2.3"; + version = "2025.3.0"; src = fetchFromGitHub { owner = "mill1000"; repo = "midea-ac-py"; tag = version; - hash = "sha256-GfIdt5HRjtTKrndsICrLL3mttVzlMbOd9GP7+2HUPTA="; + hash = "sha256-UJS9z+t+Tb/w7yRHKXJ6HoQ4uS1guM8PYl0OcLz4EJM="; }; dependencies = [ msmart-ng ];