python312Packages.ha-mqtt-discoverable: 0.16.0 -> 0.16.2 (#365646)

This commit is contained in:
Fabian Affolter
2024-12-17 08:29:35 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "ha-mqtt-discoverable";
version = "0.16.0";
version = "0.16.2";
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-IdyrcqRX5YXS6tx5qP7vOnAJpvy5sOsCwFpWMdyYaeI=";
hash = "sha256-2Ti03c9eyiBBJy5vTUMQddL2SE3Vyjc7gt/0LkgMkbE=";
};
pythonRelaxDeps = [ "pyaml" ];