lol

home-assistant.intents: 2024.12.9 -> 2025.1.1

https://github.com/home-assistant/intents/releases/tag/2025.1.1

+2 -2
+2 -2
pkgs/servers/home-assistant/intents.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "home-assistant-intents"; 25 - version = "2024.12.9"; 25 + version = "2025.1.1"; 26 26 pyproject = true; 27 27 28 28 disabled = pythonOlder "3.9"; ··· 32 32 repo = "intents-package"; 33 33 rev = "refs/tags/${version}"; 34 34 fetchSubmodules = true; 35 - hash = "sha256-tjJLm3SCSKy2PWahzpEOHz1PgD1VNuxxpszhBWPrcOw="; 35 + hash = "sha256-OeGupmeZ2KLpQHc0d50itTvlrA5XziKU8cAz9i6ztSw="; 36 36 }; 37 37 38 38 build-system = [