python312Packages.hass-nabucasa: 0.81.1 -> 0.82.0 (#350440)

This commit is contained in:
Fabian Affolter 2024-10-23 10:04:33 +02:00 committed by GitHub
commit e20df73a4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.81.1";
version = "0.82.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "nabucasa";
repo = "hass-nabucasa";
rev = "refs/tags/${version}";
hash = "sha256-/sY/JijBCcGcbMjoX0yuhFIWvU+TFVN8sRxBx+CDVVs=";
hash = "sha256-hRhRXpiIPrI3umOhsVWLwkSwtEfwevC3fNvJElhKy+I=";
};
pythonRelaxDeps = [ "acme" ];