python3Packages.midea-local: 6.0.3 -> 6.1.0

https://github.com/midea-lan/midea-local/releases/tag/v6.1.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:04 +01:00
parent 35b18d5253
commit a846fc2d0e
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "midea-local";
version = "6.0.3";
version = "6.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "midea-lan";
repo = pname;
tag = "v${version}";
hash = "sha256-Q0ua0cIYfZ60RzrRNatx+a1nz1f51rR2D5IS5abXKME=";
hash = "sha256-N6e6aVjsAOMbUPFAGbVWuQIqXOX/XC9tlvx1P6ZqB8w=";
};
build-system = [ setuptools ];
@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = " Control your Midea M-Smart appliances via local area network";
homepage = "https://github.com/midea-lan/midea-local";
changelog = "https://github.com/midea-lan/midea-local/releases/tag/v${version}";
changelog = "https://github.com/midea-lan/midea-local/releases/tag/${src.tag}";
maintainers = with maintainers; [ k900 ];
license = licenses.mit;
};