python312Packages.hass-nabucasa: 0.79.0 -> 0.80.0

Diff: https://github.com/nabucasa/hass-nabucasa/compare/refs/tags/0.79.0...0.80.0

Changelog: https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.80.0
This commit is contained in:
Fabian Affolter 2024-04-04 22:04:01 +02:00
parent 436699dfba
commit b0d47a8656
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.79.0";
version = "0.80.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "nabucasa";
repo = "hass-nabucasa";
rev = "refs/tags/${version}";
hash = "sha256-7VhafefF7imvnhdFo6K+18h5kmXvIatKerJ+Qn5zwdQ=";
hash = "sha256-8KxnS6LTK077/hr81JOiOj8GaNWBXO8XlvpYBm/sZbI=";
};
nativeBuildInputs = [