From 77cd83bb002a7863e0ce72e456228e96548a4734 Mon Sep 17 00:00:00 2001 From: emilylange Date: Sat, 31 May 2025 18:16:19 +0200 Subject: [PATCH] python313Packages.msmart-ng: 2025.3.3 -> 2025.5.1 https://github.com/mill1000/midea-msmart/releases/tag/2025.5.0 https://github.com/mill1000/midea-msmart/releases/tag/2025.5.1 --- pkgs/development/python-modules/msmart-ng/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/msmart-ng/default.nix b/pkgs/development/python-modules/msmart-ng/default.nix index 8d1983474e18..d1564047c06b 100644 --- a/pkgs/development/python-modules/msmart-ng/default.nix +++ b/pkgs/development/python-modules/msmart-ng/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "msmart-ng"; - version = "2025.3.3"; + version = "2025.5.1"; pyproject = true; src = fetchFromGitHub { owner = "mill1000"; repo = "midea-msmart"; tag = version; - hash = "sha256-M8Gl6QXj0tRN7VFDhop47vINk8MeWSyCJ9bboo3j8Go="; + hash = "sha256-dZD93ZZiQLmWuMAR/nnYB7oGBBYr4YPEi+LdpSzweVc="; }; patches = [