Unverified Commit 09fb0da4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #117241 from NeQuissimus/awscli

parents 447fb4c9 84dcedc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

buildPythonPackage rec {
  pname = "boto3";
  version = "1.17.30"; # N.B: if you change this, change botocore and awscli to a matching version
  version = "1.17.33"; # N.B: if you change this, change botocore and awscli to a matching version

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-05wEtR5gGX9VA/hInwQ7yQSYFWfMhDHTiTZ3Z9w/1a4=";
    sha256 = "sha256-DKwv/8G6kV97tezuU5MYUy21HyGMkooij6/j5QHpRy4=";
  };

  propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];
+2 −2
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@

buildPythonPackage rec {
  pname = "botocore";
  version = "1.20.30"; # N.B: if you change this, change boto3 and awscli to a matching version
  version = "1.20.33"; # N.B: if you change this, change boto3 and awscli to a matching version

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-mP8eshDTlKH/5zazPIp75o8w8KA1ULVZxbtv3wwpMo0=";
    sha256 = "sha256-41UwUwlpnTrKHgBQ/CHUhZW0DbBGyw0kkc1X/1smkgs=";
  };

  propagatedBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -28,11 +28,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
  pname = "awscli";
  version = "1.19.30"; # N.B: if you change this, change botocore and boto3 to a matching version too
  version = "1.19.33"; # N.B: if you change this, change botocore and boto3 to a matching version too

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-XD0CwBTDUvCTSL7JrcQCAd8zq+Ve0zSDpfz0Vzi8oeM=";
    sha256 = "sha256-Rz0aZTsFV3RAdH04d3jvvqi1wFuIIx3SFddONhM8c8E=";
  };

  # https://github.com/aws/aws-cli/issues/4837