From dfd07ec1006b81e3d0dba78219687e89871c3200 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 17 Apr 2026 09:08:37 +0200 Subject: [PATCH] python3Packages.boto3-stubs: 1.42.89 -> 1.42.90 --- pkgs/development/python-modules/boto3-stubs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/boto3-stubs/default.nix b/pkgs/development/python-modules/boto3-stubs/default.nix index 7a6e7bbe923d..9dd793a034f3 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -358,13 +358,13 @@ buildPythonPackage (finalAttrs: { pname = "boto3-stubs"; - version = "1.42.89"; + version = "1.42.90"; pyproject = true; src = fetchPypi { pname = "boto3_stubs"; inherit (finalAttrs) version; - hash = "sha256-27xP0meM+yHam6sbXjC6lRhSMi0FUEWsEgQro00EWXo="; + hash = "sha256-0OpLwTUrpe+PrhPPsv71EfNyET7eA4i1DN0ZgR05zgE="; }; build-system = [ setuptools ];