home-assistant.intents: 2024.12.9 -> 2025.1.1

https://github.com/home-assistant/intents/releases/tag/2025.1.1
This commit is contained in:
Martin Weinelt
2025-01-05 02:56:50 +01:00
parent 5a974159e3
commit bc17ee7a4b
+2 -2
View File
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2024.12.9";
version = "2025.1.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
repo = "intents-package";
rev = "refs/tags/${version}";
fetchSubmodules = true;
hash = "sha256-tjJLm3SCSKy2PWahzpEOHz1PgD1VNuxxpszhBWPrcOw=";
hash = "sha256-OeGupmeZ2KLpQHc0d50itTvlrA5XziKU8cAz9i6ztSw=";
};
build-system = [