Commit 9f8d7a32 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.ha-mqtt-discoverable: 0.21.0 -> 0.22.1

parent e32661f7
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.21.0";
  version = "0.22.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "unixorn";
    repo = "ha-mqtt-discoverable";
    tag = "v${version}";
    hash = "sha256-p9qzK2pQDDLB6UVGNWYMd8M5/NicNbM4bnffxen48hQ=";
    hash = "sha256-6xUfR9LR8xphex6EVX3u9VKjtvHhTX1EkC8KGPFtJzk=";
  };

  pythonRelaxDeps = [