home-assistant.intents: 2023.3.29 -> 2023.4.26

https://github.com/home-assistant/intents/compare/refs/tags/2023.3.29...2023.4.26
This commit is contained in:
Martin Weinelt 2023-05-04 00:37:34 +02:00
parent bc8b59f08e
commit 9cb81c3cff
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2023.3.29";
version = "2023.4.26";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = "intents";
rev = "refs/tags/${version}";
hash = "sha256-wMm2C2C+2+pW5kgMHoYFKpwnOJbS5RwpZK5HiAno0H8=";
hash = "sha256-l22+scT/4qIU5qWlWURr5wVEBoWNXGqYEaS3IVwG1Zs=";
};
sourceRoot = "source/package";