python313Packages.hass-nabucasa: 0.96.0 -> 0.101.0

https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.101.0
This commit is contained in:
Martin Weinelt
2025-06-12 16:59:44 +02:00
parent 5ac88b837a
commit 3897d295ef
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.96.0";
version = "0.101.0";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -32,13 +32,16 @@ buildPythonPackage rec {
owner = "nabucasa";
repo = "hass-nabucasa";
tag = version;
hash = "sha256-U6rxX1VgSpOkmd/kyf2thYF/0TtsguWbVxXaeuq/wvs=";
hash = "sha256-AxkLvSXGCs31rDcoo0PWqG8p/CC2/oj4XzZ2j882Ma4=";
};
pythonRelaxDeps = [ "acme" ];
build-system = [ setuptools ];
pythonRelaxDeps = [
"acme"
"josepy"
];
dependencies = [
acme
aiohttp