mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
home-assistant.python.pkgs.home-assistant-intents: 2025.3.28 -> 2025.5.7
Diff: https://github.com/home-assistant/intents-package/compare/refs/tags/2025.3.28...refs/tags/2025.5.7 Changelog: https://github.com/home-assistant/intents/releases/tag/2025.5.7
This commit is contained in:
parent
59cb64727d
commit
6321f88964
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "home-assistant-intents";
|
||||
version = "2025.3.28";
|
||||
version = "2025.5.7";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
repo = "intents-package";
|
||||
rev = "refs/tags/${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-p1AQYwlMas6GLzg4ZsypDaUsQs74drKqfXA8uJ2K+xw=";
|
||||
hash = "sha256-803TTK8wT00uZjXl6EfNMNveRBeKPQIgRXIawg68tEU=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue