From 4dfe48fbed1200f109eef4bc9ab2c891f783778e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 26 May 2024 07:04:31 +0200 Subject: [PATCH] python312Packages.aioswitcher: 3.4.2 -> 3.4.3 Diff: https://github.com/TomerFi/aioswitcher/compare/refs/tags/3.4.2...3.4.3 Changelog: https://github.com/TomerFi/aioswitcher/releases/tag/3.4.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 bd6b8df30a91..cfdde67b22dd 100644 --- a/pkgs/development/python-modules/aioswitcher/default.nix +++ b/pkgs/development/python-modules/aioswitcher/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "aioswitcher"; - version = "3.4.2"; + version = "3.4.3"; pyproject = true; disabled = pythonOlder "3.9"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "TomerFi"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-UpwIzwOl1yKqK8KxFDXAWoZFkQ+1r1sUcDfx6AxRdNw="; + hash = "sha256-yKHSExtnO9m8Tc3BmCqV8tJs59ynKOqUmekaOatGRTc="; }; __darwinAllowLocalNetworking = true;