Unverified Commit 8639aae7 authored by Emily's avatar Emily Committed by GitHub
Browse files

python3Packages.msmart-ng: 2025.9.2 -> 2025.12.0,...

python3Packages.msmart-ng: 2025.9.2 -> 2025.12.0, home-assistant-custom-components.midea_ac: 2025.9.1 -> 2015.12.0 (#466493)
parents ea5acd29 89c86a51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "msmart-ng";
  version = "2025.9.2";
  version = "2025.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mill1000";
    repo = "midea-msmart";
    tag = version;
    hash = "sha256-+A3Mk/S5FZLe3y5J3olZ+kBlIlkLXlX92IdrvudFriE=";
    hash = "sha256-zRTs6nRgI5ixbHzDXfAjJ2JW/9y+b7vzAyUGk120xj4=";
  };

  build-system = [
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
  owner = "mill1000";
  domain = "midea_ac";
  version = "2025.9.1";
  version = "2015.12.0";

  src = fetchFromGitHub {
    owner = "mill1000";
    repo = "midea-ac-py";
    tag = version;
    hash = "sha256-fmVX+b7x4+172+mcJ8+LFhljQEQrhLFXwXn6eI1f36Y=";
    hash = "sha256-PXCL3vaCdIOHuv2eUSLxVwVBZNzfynzcKRfQqm1PGvw=";
  };

  dependencies = [ msmart-ng ];