home-assistant.intents: 2023.4.26 -> 2023.6.5

https://github.com/home-assistant/intents/compare/refs/tags/2023.4.26...2023.6.5
This commit is contained in:
Martin Weinelt 2023-06-07 21:15:01 +02:00
parent ea56bb2263
commit da3679780d
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.4.26";
version = "2023.6.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = "intents";
rev = "refs/tags/${version}";
hash = "sha256-l22+scT/4qIU5qWlWURr5wVEBoWNXGqYEaS3IVwG1Zs=";
hash = "sha256-ZfPOxTFPQNdZ3Tq8p410RHlLGej+FOqhafD+91MRbRo=";
};
sourceRoot = "source/package";