From 16d9d9da731fd3f995cef67a847e886b668a2354 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 12 Jul 2025 15:33:25 +0200 Subject: [PATCH 1/2] python313Packages.ha-mqtt-discoverable: 0.20.0 -> 0.20.1 Diff: https://github.com/unixorn/ha-mqtt-discoverable/compare/refs/tags/v0.20.0...refs/tags/v0.20.1 Changelog: https://github.com/unixorn/ha-mqtt-discoverable/releases/tag/v0.20.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 9e0d9c582981..8eabbccc815c 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.20.0"; + version = "0.20.1"; pyproject = true; disabled = pythonOlder "3.10"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "unixorn"; repo = "ha-mqtt-discoverable"; tag = "v${version}"; - hash = "sha256-1kI07OalbzxQ5zeDgT9cnFEr86epKYjPhHaUZfshwrk="; + hash = "sha256-XaaL5O6WHIs+9vNq/IqolPUsL04l6PCKTZNBTYH1z4g="; }; pythonRelaxDeps = [ From 4b8f801603c93bb2faf7b8ba9df7379ddec454f2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 12 Jul 2025 15:34:04 +0200 Subject: [PATCH 2/2] ha-mqtt-discoverable-cli: 0.19.2.1 -> 0.20.1 Diff: https://github.com/unixorn/ha-mqtt-discoverable-cli/compare/refs/tags/v0.19.2.1...refs/tags/v0.20.1 Changelog: https://github.com/unixorn/ha-mqtt-discoverable-cli/releases/tag/v0.20.1 --- pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix b/pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix index 937d996eae83..1954d81f6289 100644 --- a/pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix +++ b/pkgs/by-name/ha/ha-mqtt-discoverable-cli/package.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "ha-mqtt-discoverable-cli"; - version = "0.19.2.1"; + version = "0.20.1"; pyproject = true; src = fetchFromGitHub { owner = "unixorn"; repo = "ha-mqtt-discoverable-cli"; tag = "v${version}"; - hash = "sha256-SPCbBqdhC+pgV3mQ+e3jkg2hWYegl1wE38Ac06R5uAA="; + hash = "sha256-4iQHpz09CbPuU+236HQdRNRDB3bcj9VZ0s/4BdxyB/8="; }; pythonRelaxDeps = [ "ha-mqtt-discoverable" ];