boto{core,3}, awscli: upgrade

I upgrade these all at once because they depend on one another and
often dislike being upgraded individually. So let's make a single
atomic commit!
This commit is contained in:
Dan Peebles 2018-07-02 16:49:59 -04:00
parent a260b3d681
commit d1994ebd8a
3 changed files with 6 additions and 6 deletions

View File

@ -13,13 +13,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "boto3"; pname = "boto3";
version = "1.7.9"; version = "1.7.48";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "boto"; owner = "boto";
repo = "boto3"; repo = "boto3";
rev = version; rev = version;
sha256 = "0yqym19nlayjm1qlh6vvinmk5xw0zskil971n2v9s65ray7sn5lv"; sha256 = "0pag37yy6693k8xvlyx4f06asab52i89xljy2ip121i60ih3jfw4";
}; };
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ]; propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];

View File

@ -11,11 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.10.9"; version = "1.10.48";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "19vlf2w05h9818hrhx8al4r9ngfhvhf2pxcwka9s7bc51qnhx4xh"; sha256 = "1432drc7482nwrppwkk1i6ars3wz9w2g9rsxkz5nlxmyf9qm260j";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [

View File

@ -19,11 +19,11 @@ let
in py.pkgs.buildPythonApplication rec { in py.pkgs.buildPythonApplication rec {
pname = "awscli"; pname = "awscli";
version = "1.15.10"; version = "1.15.49";
src = py.pkgs.fetchPypi { src = py.pkgs.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0nwpanbfx5h0bad8wwvvbhpjf9r6n885bbv2w8mw7vijdgclkq8x"; sha256 = "1rn1d274vg2zq93cswh6w5ybgqw6gk2pgiqxhsyd04f2v4smr98i";
}; };
# No tests included # No tests included