python312Packages.hass-nabucasa: 0.83.0 -> 0.86.0

Diff: https://github.com/nabucasa/hass-nabucasa/compare/refs/tags/0.83.0...0.86.0

Changelog: https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.86.0
This commit is contained in:
Fabian Affolter
2024-12-07 00:15:59 +01:00
parent 70428ae6fc
commit f1426205ce
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.83.0";
version = "0.86.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "nabucasa";
repo = "hass-nabucasa";
rev = "refs/tags/${version}";
hash = "sha256-1l0nLSY+r5ujYo3pHzicqnmZ49OH8elVLGpK3lqCaTo=";
hash = "sha256-ySo0G/Zh+KQMocMxrvUua704gt2tWQMlArqxBS/C9hs=";
};
pythonRelaxDeps = [ "acme" ];