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

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