We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c066295 + 63d898d commit e20df73Copy full SHA for e20df73
pkgs/development/python-modules/hass-nabucasa/default.nix
@@ -22,7 +22,7 @@
22
23
buildPythonPackage rec {
24
pname = "hass-nabucasa";
25
- version = "0.81.1";
+ version = "0.82.0";
26
pyproject = true;
27
28
disabled = pythonOlder "3.11";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
31
owner = "nabucasa";
32
repo = "hass-nabucasa";
33
rev = "refs/tags/${version}";
34
- hash = "sha256-/sY/JijBCcGcbMjoX0yuhFIWvU+TFVN8sRxBx+CDVVs=";
+ hash = "sha256-hRhRXpiIPrI3umOhsVWLwkSwtEfwevC3fNvJElhKy+I=";
35
};
36
37
pythonRelaxDeps = [ "acme" ];
0 commit comments