python312Packages.ha-mqtt-discoverable: 0.14.0 -> 0.16.0 (#350441)

This commit is contained in:
Fabian Affolter
2024-10-22 16:14:37 +02:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "ha-mqtt-discoverable";
version = "0.14.0";
version = "0.16.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "unixorn";
repo = "ha-mqtt-discoverable";
rev = "refs/tags/v${version}";
hash = "sha256-vL4EzeU+8nUPyLR22MJtLhknWF4DWMo49EKvkIqIWhA=";
hash = "sha256-IdyrcqRX5YXS6tx5qP7vOnAJpvy5sOsCwFpWMdyYaeI=";
};
pythonRelaxDeps = [ "pyaml" ];