Commit b1d47aef authored by Robert Schütz's avatar Robert Schütz
Browse files
parent fe2a7f9f
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.10.28";
  version = "2025.11.7";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    repo = "intents-package";
    tag = version;
    fetchSubmodules = true;
    hash = "sha256-Svnw9Jd0E4pMFfa/Do7YsFzdXLzsGmhu8amo+zYDvus=";
    hash = "sha256-F6QctdjF6xoQ3d49MdOUb/8CHgV84wxZHUrGGmiYYcs=";
  };

  build-system = [