From dc275e2be01b5e1ceaff507c651019cc6adfcaf4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 26 Aug 2025 23:35:14 +0200 Subject: [PATCH] python313Packages.aiohasupervisor: 0.3.1 -> 0.3.2 Changelog: https://github.com/home-assistant-libs/python-supervisor-client/releases/tag/0.3.2 --- pkgs/development/python-modules/aiohasupervisor/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aiohasupervisor/default.nix b/pkgs/development/python-modules/aiohasupervisor/default.nix index 53fb2a4e4c72..cfd285cb18c8 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.1"; + version = "0.3.2"; pyproject = true; disabled = pythonOlder "3.12"; @@ -26,13 +26,13 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "python-supervisor-client"; tag = version; - hash = "sha256-CrcLyG8fpThYHFHH2w+UAlGxuqwpUCWsYUx2gaW9RLw="; + hash = "sha256-LR3ZZD7TLpvCGVSx27tSxa7H2A06JBPBCH2yHGvqV84="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail 'version = "0.0.0"' 'version = "${version}"' \ - --replace-fail 'setuptools>=68.0,<79.1' setuptools + --replace-fail "setuptools>=68.0,<80.10" "setuptools" ''; build-system = [ setuptools ];