home-assistant.intents: 2024.4.24 -> 2024.6.5

https://github.com/home-assistant/intents-package/compare/2024.4.24...2024.6.5
This commit is contained in:
Martin Weinelt
2024-06-07 13:35:11 +02:00
parent 19f8ee540d
commit c9debc32d3
+3 -10
View File
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2024.4.24";
version = "2024.6.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,18 +29,11 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "home-assistant";
repo = "intents-package";
# https://github.com/home-assistant/intents-package/issues/3
rev = "a68176a189c3def87cb11ad39baacea2440ce668";
hash = "sha256-SUIJWoA0ltg+bjYn4J5kvAk4Eh23uxEcdxonkTSV0m0=";
rev = "refs/tags/${version}";
hash = "sha256-2rACxdgvCWnyhfVRAVbLTaEAYquAkLnfxi7zeZYZslI=";
fetchSubmodules = true;
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools~=62.3" "setuptools" \
--replace-fail "wheel~=0.37.1" "wheel"
'';
build-system = [
setuptools