Commit f0884ae4 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.hass-nabucasa: 0.80.0 -> 0.81.0

parent 08f4097b
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.80.0";
  version = "0.81.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "nabucasa";
    repo = "hass-nabucasa";
    rev = "refs/tags/${version}";
    hash = "sha256-8KxnS6LTK077/hr81JOiOj8GaNWBXO8XlvpYBm/sZbI=";
    hash = "sha256-61pdl9bjtvC9Fa7jCtSPEz/5PJiANmKqOSSHjK7is2s=";
  };

  pythonRelaxDeps = [ "acme" ];