Unverified Commit 23655aa6 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.hass-nabucasa: 0.89.0 -> 0.90.0

parent c2d04bc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "hass-nabucasa";
  version = "0.89.0";
  version = "0.90.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "nabucasa";
    repo = "hass-nabucasa";
    tag = version;
    hash = "sha256-o6VUfg0mtaXw5isF4Q1afCZrOMSW9FSjbOOUcBne+dY=";
    hash = "sha256-OP+KUh0WsE6I0hKUvUBHhzrLCKM7jc5GhO++9OrLh4s=";
  };

  pythonRelaxDeps = [ "acme" ];