Commit fdf03650 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 7cd2c5bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "home-assistant-intents";
  version = "2025.8.29";
  version = "2025.9.3";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    repo = "intents-package";
    tag = version;
    fetchSubmodules = true;
    hash = "sha256-vEgarkGZ8pawqid+ADkovLbED5zzChZhqSB75l0lL/s=";
    hash = "sha256-Oy8q7Gi5vn/xPj1AGRU3/o45AHLCoBxgdQ5Zcs3AFTM=";
  };

  build-system = [