From 2f0c3596e4e1d0b04c9f94a5bd0f885da33350f4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 26 Nov 2023 09:54:17 +0100 Subject: [PATCH] python311Packages.ha-mqtt-discoverable: 0.11.0 -> 0.12.0 Diff: https://github.com/unixorn/ha-mqtt-discoverable/compare/refs/tags/v0.11.0...v0.12.0 Changelog: https://github.com/unixorn/ha-mqtt-discoverable/releases/tag/v0.12.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 aa29c9f854f9..8c0255d335b1 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.11.0"; + version = "0.12.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "unixorn"; repo = "ha-mqtt-discoverable"; rev = "refs/tags/v${version}"; - hash = "sha256-9bK4akcyhQnGWVg2AkV4l2uiCjj0bkstqajxVXklMq0="; + hash = "sha256-Mfn3Hl73CdwaGcdrEFbW2upjFemCJ6xutQJo92sKlaE="; }; nativeBuildInputs = [