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
+2 -2
View File
@@ -19,11 +19,11 @@ let
in py.pkgs.buildPythonApplication rec {
pname = "awscli";
version = "1.15.10";
version = "1.15.49";
src = py.pkgs.fetchPypi {
inherit pname version;
sha256 = "0nwpanbfx5h0bad8wwvvbhpjf9r6n885bbv2w8mw7vijdgclkq8x";
sha256 = "1rn1d274vg2zq93cswh6w5ybgqw6gk2pgiqxhsyd04f2v4smr98i";
};
# No tests included