about summary refs log tree commit diff
path: root/pkgs/development/python-modules/boto3
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-04-06 18:15:33 +0000
committerGitHub <noreply@github.com>2021-04-06 18:15:33 +0000
commit1bd19698678b607479ef1bb68a0bbe1a593b61d9 (patch)
tree72479da4929da62ce93426ed0b0a0a6146c98883 /pkgs/development/python-modules/boto3
parent7d01c1e6d59792838ca9f15c4a6ce17e504db02f (diff)
parent44d53d308b6bf7236867cf81aed996ba23275e19 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/boto3')
-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 f00ddff86be19..ee37ddd97b880 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.17.41"; # N.B: if you change this, change botocore and awscli to a matching version
+  version = "1.17.45"; # N.B: if you change this, change botocore and awscli to a matching version
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-2FsOBdfelhabACS3aykr5isB729cqFOlElBjRrgtKrs=";
+    sha256 = "sha256-7dMELrpeIZFKfQmcuKJfAJwMQqlSnJrE9bhSrVs6ys8=";
   };
 
   propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];