Skip to content

Commit e20df73

Browse files
authored
python312Packages.hass-nabucasa: 0.81.1 -> 0.82.0 (#350440)
2 parents c066295 + 63d898d commit e20df73

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/hass-nabucasa

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/hass-nabucasa/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
buildPythonPackage rec {
2424
pname = "hass-nabucasa";
25-
version = "0.81.1";
25+
version = "0.82.0";
2626
pyproject = true;
2727

2828
disabled = pythonOlder "3.11";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
3131
owner = "nabucasa";
3232
repo = "hass-nabucasa";
3333
rev = "refs/tags/${version}";
34-
hash = "sha256-/sY/JijBCcGcbMjoX0yuhFIWvU+TFVN8sRxBx+CDVVs=";
34+
hash = "sha256-hRhRXpiIPrI3umOhsVWLwkSwtEfwevC3fNvJElhKy+I=";
3535
};
3636

3737
pythonRelaxDeps = [ "acme" ];

0 commit comments

Comments
 (0)