From 6129849405575d964803d9ad0d862df714ef4514 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 3 Oct 2025 08:17:33 +0200 Subject: [PATCH] python313Packages.aiohasupervisor: 0.3.3b0 -> 0.3.3 Diff: https://github.com/home-assistant-libs/python-supervisor-client/compare/0.3.3b0...0.3.3 Changelog: https://github.com/home-assistant-libs/python-supervisor-client/releases/tag/0.3.3 --- pkgs/development/python-modules/aiohasupervisor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiohasupervisor/default.nix b/pkgs/development/python-modules/aiohasupervisor/default.nix index f999f3824094..615859401ebe 100644 --- a/pkgs/development/python-modules/aiohasupervisor/default.nix +++ b/pkgs/development/python-modules/aiohasupervisor/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "aiohasupervisor"; - version = "0.3.3b0"; + version = "0.3.3"; pyproject = true; disabled = pythonOlder "3.12"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "python-supervisor-client"; tag = version; - hash = "sha256-Uv9chL9GxP5vJu1P6RB7B2b0pRQMeNtE6t1XFr2tBI4="; + hash = "sha256-v6w+g1M3VR/an3a5MfWf8fDCHNzRC4+05L7GW45PzWU="; }; postPatch = ''