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 <git@emilylange.de>
This commit is contained in:
R. Ryantm
2025-03-22 12:30:53 +01:00
committed by emilylange
co-authored by emilylange
parent 08ed55e60a
commit a63ee8db34
@@ -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;