From f7b32f28fba69ec1fac5ea5ae898012396aef09c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 16 Dec 2024 17:25:33 +0100 Subject: [PATCH] python312Packages.ha-mqtt-discoverable: 0.16.0 -> 0.16.2 Diff: https://github.com/unixorn/ha-mqtt-discoverable/compare/refs/tags/v0.16.0...v0.16.2 Changelog: https://github.com/unixorn/ha-mqtt-discoverable/releases/tag/v0.16.2 --- .../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 9d9f5985c2ca..f53a08e40555 100644 --- a/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix +++ b/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix @@ -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" ];