Skip to content

Commit

Permalink
botocore, boto3, awscli: 1.10.48->1.10.57, 1.7.48->1.10.57, 1.15.49->…
Browse files Browse the repository at this point in the history
…1.15.48

As usual, I update all three of these at once because updating any of them
individually will break one or more of them.
  • Loading branch information
copumpkin committed Jul 13, 2018
1 parent 33719a9 commit 6b81bae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/boto3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

buildPythonPackage rec {
pname = "boto3";
version = "1.7.48";
version = "1.7.57";

src = fetchFromGitHub {
owner = "boto";
repo = "boto3";
rev = version;
sha256 = "0pag37yy6693k8xvlyx4f06asab52i89xljy2ip121i60ih3jfw4";
sha256 = "0rp3vclx7mvfl6isa47m7dzlrf33qb9vj53p0gj4cw3mgl14cnbl";
};

propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/botocore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

buildPythonPackage rec {
pname = "botocore";
version = "1.10.48";
version = "1.10.57";

src = fetchPypi {
inherit pname version;
sha256 = "1432drc7482nwrppwkk1i6ars3wz9w2g9rsxkz5nlxmyf9qm260j";
sha256 = "0mif7c12643hac6zxq89gv0wjf4r3vqlmm01bm68psljaj40jnpi";
};

propagatedBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/admin/awscli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ let

in py.pkgs.buildPythonApplication rec {
pname = "awscli";
version = "1.15.49";
version = "1.15.58";

src = py.pkgs.fetchPypi {
inherit pname version;
sha256 = "1rn1d274vg2zq93cswh6w5ybgqw6gk2pgiqxhsyd04f2v4smr98i";
sha256 = "19wnr498q2mwbp8l978ahy9y7p7icahx53898fki6sbhd9pn2miq";
};

# No tests included
Expand Down

0 comments on commit 6b81bae

Please sign in to comment.