From 304c5d461db03d62e2446265d3c0904c624935fc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 7 Jul 2025 01:34:43 +0200 Subject: [PATCH] python312Packages.aiowebostv: 0.7.3 -> 0.7.4 Diff: https://github.com/home-assistant-libs/aiowebostv/compare/refs/tags/v0.7.3...refs/tags/v0.7.4 Changelog: https://github.com/home-assistant-libs/aiowebostv/releases/tag/v0.7.4 --- pkgs/development/python-modules/aiowebostv/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiowebostv/default.nix b/pkgs/development/python-modules/aiowebostv/default.nix index 8e1cd4c42d57..2c8e20c3d8b4 100644 --- a/pkgs/development/python-modules/aiowebostv/default.nix +++ b/pkgs/development/python-modules/aiowebostv/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "aiowebostv"; - version = "0.7.3"; + version = "0.7.4"; pyproject = true; disabled = pythonOlder "3.11"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "aiowebostv"; tag = "v${version}"; - hash = "sha256-ssoWWLGP+0WGGtvOB0Pr1LMzAOh3qK1PHA99D16azeI="; + hash = "sha256-VBdHI6aGfhcgDdwspToHp3iNFQRT0Z+Fseq0eNdUwTo="; }; build-system = [ setuptools ];