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

ha-mqtt-discoverable-cli: 0.16.2 -> 0.16.4.1 (#369511)

parents 6fbfc3f0 3bad6652
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "ha-mqtt-discoverable-cli";
  version = "0.16.2";
  version = "0.16.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "unixorn";
    repo = "ha-mqtt-discoverable-cli";
    tag = "v${version}";
    hash = "sha256-RyAgwLMdeLZj+U7Ddp1t/Qy5K/U++3WssVHfzSQ7YoY=";
    hash = "sha256-VjHsiF4HxGscG1pysxegPyM+Y18CWW06D3WezD+BLss=";
  };

  pythonRelaxDeps = [ "ha-mqtt-discoverable" ];