From 70a97881f150f684425a17ffa8d477cd46796d9f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 19 Oct 2025 11:16:56 +0200 Subject: [PATCH] python313Packages.aioswitcher: 6.0.2 -> 6.0.3 Diff: https://github.com/TomerFi/aioswitcher/compare/6.0.2...6.0.3 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/6.0.3 --- pkgs/development/python-modules/aioswitcher/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioswitcher/default.nix b/pkgs/development/python-modules/aioswitcher/default.nix index f51a899af510..38b2ed9b105c 100644 --- a/pkgs/development/python-modules/aioswitcher/default.nix +++ b/pkgs/development/python-modules/aioswitcher/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "aioswitcher"; - version = "6.0.2"; + version = "6.0.3"; pyproject = true; disabled = pythonOlder "3.9"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "TomerFi"; repo = "aioswitcher"; tag = version; - hash = "sha256-DtTrfwT8Xvw5byWzTGpO/o2PI7/4Zt++xgKVnNMwA1k="; + hash = "sha256-6wBeAbBiuAZW9kHq/bKC0FMJxkLxM6RZN7RLwbF1ig4="; }; __darwinAllowLocalNetworking = true;