Unverified Commit ddc39cb0 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python313Packages.msmart-ng: 2025.2.2 -> 2025.3.1, ...

python313Packages.msmart-ng: 2025.2.2 -> 2025.3.1,  home-assistant-custom-components.midea_ac: 2025.2.3 -> 2025.3.0 (#391882)
parents 89bf2a14 b1850d36
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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 ];