From d943d0a2a94b3deb732c294d2c0b6f1b06b82fa7 Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Tue, 22 Dec 2020 14:26:41 -0500 Subject: [PATCH] python3Packages.boto3: 1.16.40 -> 1.16.41 --- pkgs/development/python-modules/boto3/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/boto3/default.nix b/pkgs/development/python-modules/boto3/default.nix index c39fe0b22b4d..d79fc6ec09d2 100644 --- a/pkgs/development/python-modules/boto3/default.nix +++ b/pkgs/development/python-modules/boto3/default.nix @@ -13,11 +13,11 @@ buildPythonPackage rec { pname = "boto3"; - version = "1.16.40"; # N.B: if you change this, change botocore too + version = "1.16.41"; # N.B: if you change this, change botocore too src = fetchPypi { inherit pname version; - sha256 = "sha256-dTJogqpo4ANFLc2PD87gM5/2NiQRWSf7caa10VU1rOU="; + sha256 = "sha256-DYTobuAuMshtMONd6WgDA6SAhz3S6Z3NyDSGuS3/sDw="; }; propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];