home-assistant.python.pkgs.home-assistant-intents: 2025.2.5 -> 2025.3.5
Diff: https://github.com/home-assistant/intents-package/compare/refs/tags/2025.2.5...2025.3.5 Changelog: https://github.com/home-assistant/intents/releases/tag/2025.2.26 https://github.com/home-assistant/intents/releases/tag/2025.3.5
This commit is contained in:
committed by
Martin Weinelt
parent
bcf137c149
commit
ea1a70df81
@@ -22,7 +22,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "home-assistant-intents";
|
||||
version = "2025.2.5";
|
||||
version = "2025.3.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
repo = "intents-package";
|
||||
rev = "refs/tags/${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-x6B7UF6l9vMFscD8aPZ05N0HXo5d8XSONrrr6u+Ol3g=";
|
||||
hash = "sha256-4FYmj6EqcNxPzXJVM0svyJIoeMSBnINNfvOda4B9Jic=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user