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

python313Packages.ha-mqtt-discoverable: 0.20.0 -> 0.20.1,...

python313Packages.ha-mqtt-discoverable: 0.20.0 -> 0.20.1, ha-mqtt-discoverable-cli: 0.19.2.1 -> 0.20.1 (#424596)
parents 19611ba6 4b8f8016
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.19.2.1";
  version = "0.20.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "unixorn";
    repo = "ha-mqtt-discoverable-cli";
    tag = "v${version}";
    hash = "sha256-SPCbBqdhC+pgV3mQ+e3jkg2hWYegl1wE38Ac06R5uAA=";
    hash = "sha256-4iQHpz09CbPuU+236HQdRNRDB3bcj9VZ0s/4BdxyB/8=";
  };

  pythonRelaxDeps = [ "ha-mqtt-discoverable" ];
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "ha-mqtt-discoverable";
  version = "0.20.0";
  version = "0.20.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "unixorn";
    repo = "ha-mqtt-discoverable";
    tag = "v${version}";
    hash = "sha256-1kI07OalbzxQ5zeDgT9cnFEr86epKYjPhHaUZfshwrk=";
    hash = "sha256-XaaL5O6WHIs+9vNq/IqolPUsL04l6PCKTZNBTYH1z4g=";
  };

  pythonRelaxDeps = [