Unverified Commit ea5e9eb0 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

appdaemon: 4.5.11 -> 4.5.12 (#452808)

parents 660b26a3 e4ff028c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "appdaemon";
  version = "4.5.11";
  version = "4.5.12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "AppDaemon";
    repo = "appdaemon";
    rev = "refs/tags/${version}";
    hash = "sha256-1wnAniw7fdyfH6QeFjdIAxX5mU92ZZxLLJ/QkKge1eY=";
    hash = "sha256-lcGQQz+kPefHSyc2RNQ4gHgraRJPvn/FcgMJGvCtC48=";
  };

  pythonRelaxDeps = true;