summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-01-29 11:06:17 -0500
committerTim Steinbach <tim@nequissimus.com>2021-01-29 11:56:58 -0500
commit999db28127e1b32d196d6a7c97017a4385fad342 (patch)
tree50220f55f8feacd0cca2e8e4a2b5be5d2e88fcc0 /pkgs/development/python-modules
parentb7882e26df4af0dfe7a05e99ef0d4d61d549b354 (diff)
python3Packages.boto3: 1.16.61 -> 1.16.62
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/boto3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/boto3/default.nix b/pkgs/development/python-modules/boto3/default.nix
index 81c8e9578148..41d0ed5f81de 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.61"; # N.B: if you change this, change botocore too
+ version = "1.16.62"; # N.B: if you change this, change botocore too
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-OPUD8FAqukJR3/TRkFfDGnud0PVDM99VIfiTHuTGXiY=";
+ sha256 = "sha256-u5H+z5guG7+2i7a9LJoMzjyErG+X3TONHvnkd4BnkJE=";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];