python3Packages.ha-mqtt-discoverable: 0.24.2 -> 0.25.2

This commit is contained in:
R. Ryantm
2026-07-13 23:25:07 +00:00
parent a8b81d3cc8
commit 87e75334f8
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "ha-mqtt-discoverable";
version = "0.24.2";
version = "0.25.2";
pyproject = true;
src = fetchFromGitHub {
owner = "unixorn";
repo = "ha-mqtt-discoverable";
tag = "v${version}";
hash = "sha256-8UgYtWB6CsTF9yCpwwjeYIyjfFH8IM3M0sZpvrSqb3M=";
hash = "sha256-7MZDzaGJExEBjNjqjIyYWrnoGbt/dVbWlNkU33jvvU0=";
};
pythonRelaxDeps = [