From 3794f7eeedcce61d1c224fcd57db42cf788d45fe Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 18 Apr 2025 11:46:03 +0200 Subject: [PATCH] python312Packages.ha-mqtt-discoverable: 0.18.0 -> 0.19.1 Diff: https://github.com/unixorn/ha-mqtt-discoverable/compare/refs/tags/v0.18.0...refs/tags/v0.19.1 Changelog: https://github.com/unixorn/ha-mqtt-discoverable/releases/tag/v0.19.1 --- .../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 d977634f39e7..ca0cca858c1f 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.18.0"; + version = "0.19.1"; pyproject = true; disabled = pythonOlder "3.10"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "unixorn"; repo = "ha-mqtt-discoverable"; tag = "v${version}"; - hash = "sha256-CO2XVYYQql8w+YYCxffDdqiKs0Aqc3rYtRM79IYmkzY="; + hash = "sha256-zQ3ABrKhuWBZhRPM5tH8VmYErM+mP26rNweFOpoSeEg="; }; pythonRelaxDeps = [