From d035b27a9a1e21e026fc113077ecf44edfc690d5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 17 Nov 2025 22:10:04 +0100 Subject: [PATCH] python313Packages.ha-mqtt-discoverable: 0.22.1 -> 0.23.0 Diff: https://github.com/unixorn/ha-mqtt-discoverable/compare/v0.22.1...v0.23.0 Changelog: https://github.com/unixorn/ha-mqtt-discoverable/releases/tag/v0.23.0 --- .../python-modules/ha-mqtt-discoverable/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix b/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix index 3d63444e20e5..227eefc821ea 100644 --- a/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix +++ b/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "ha-mqtt-discoverable"; - version = "0.22.1"; + version = "0.23.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "unixorn"; repo = "ha-mqtt-discoverable"; tag = "v${version}"; - hash = "sha256-6xUfR9LR8xphex6EVX3u9VKjtvHhTX1EkC8KGPFtJzk="; + hash = "sha256-RITgyY9aAkDDm+SrBpfL4s2DJ2ssWddtbm0IvXswXxM="; }; pythonRelaxDeps = [