From 1857d0f8e13edf63d7a5eaa667a94c547a5eb1ab Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 10 Feb 2024 09:30:47 +0100 Subject: [PATCH] python311Packages.boto3-stubs: 1.34.38 -> 1.34.39 --- 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 d337605af13a..16ac2560c60a 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -365,14 +365,14 @@ buildPythonPackage rec { pname = "boto3-stubs"; - version = "1.34.38"; + version = "1.34.39"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-0eS0vVozFiDs3yXKEParV3EUrTxUoPSLHziz+GJ1eZA="; + hash = "sha256-ywCmGzid3oVaJllil8xm99ahgHUpi7iyA4GLOWOx0VM="; }; nativeBuildInputs = [