Unverified Commit 41bb262e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant: 2025.3.1 -> 2025.3.2 (#389025)

parents 77a4930c ad28528b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -525,6 +525,7 @@ with lib.maintainers;

  home-assistant = {
    members = [
      dotlambda
      fab
      hexa
    ];
+5 −0
Original line number Diff line number Diff line
@@ -30,6 +30,11 @@ buildPythonPackage rec {
    hash = "sha256-F1c2S0c/CWHeCd24Zc8ib3aPR7yj9gCPBJpmpgoddQY=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail poetry-core==2.0.1 poetry-core
  '';

  build-system = [ poetry-core ];

  dependencies = [
+5 −0
Original line number Diff line number Diff line
@@ -30,6 +30,11 @@ buildPythonPackage rec {
    hash = "sha256-RoVD2O/OAk4l96kYEq7ZM/2QuckcPxDluf1MT4HdKc4=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail poetry-core==2.0.1 poetry-core
  '';

  pythonRelaxDeps = [
    "asyncio_dgram"
    "typing-extensions"
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "aiowebdav2";
  version = "0.4.1";
  version = "0.4.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jpbede";
    repo = "aiowebdav2";
    tag = "v${version}";
    hash = "sha256-IhIfz3XVspQi/4uYxxKOexbg1/oYmOuBKfbpuUZ1n24=";
    hash = "sha256-ftz5FYY1mTVSI0dn1Oc0GfDv7rBnsl/sIn81YG9IARE=";
  };

  build-system = [ poetry-core ];
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "ayla-iot-unofficial";
  version = "1.4.5";
  version = "1.4.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rewardone";
    repo = "ayla-iot-unofficial";
    tag = "v${version}";
    hash = "sha256-FV3jes1cpvYbpCmJ+gdzBdsii1kyYe46R1NIpxiELBY=";
    hash = "sha256-N3xgtqb6QL58FgG7kv7vD8wwNxqZZWAcz2E1NvPwcfI=";
  };

  build-system = [ setuptools ];
Loading