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

python312Packages.ha-mqtt-discoverable: 0.18.0 -> 0.19.1 (#399696)

parents 6bcdc484 3794f7ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "ha-mqtt-discoverable";
  version = "0.18.0";
  version = "0.19.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "unixorn";
    repo = "ha-mqtt-discoverable";
    tag = "v${version}";
    hash = "sha256-CO2XVYYQql8w+YYCxffDdqiKs0Aqc3rYtRM79IYmkzY=";
    hash = "sha256-zQ3ABrKhuWBZhRPM5tH8VmYErM+mP26rNweFOpoSeEg=";
  };

  pythonRelaxDeps = [