Unverified Commit e20df73a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents c0662957 63d898d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];