python312Packages.hass-nabucasa: 0.80.0 -> 0.81.0

Changelog: https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.81.0
This commit is contained in:
Fabian Affolter 2024-05-17 12:54:26 +02:00
parent 08f4097b66
commit f0884ae466

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.80.0";
version = "0.81.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "nabucasa";
repo = "hass-nabucasa";
rev = "refs/tags/${version}";
hash = "sha256-8KxnS6LTK077/hr81JOiOj8GaNWBXO8XlvpYBm/sZbI=";
hash = "sha256-61pdl9bjtvC9Fa7jCtSPEz/5PJiANmKqOSSHjK7is2s=";
};
pythonRelaxDeps = [ "acme" ];