Bump pythonPackages.boto to 2.32.0

Amongst other things, this brings the ability to assign public IP
addresses to EC2 instances booted up inside a VPC/subnet.
This commit is contained in:
William Roe 2014-08-04 13:35:09 +01:00 committed by Rok Garbas
parent 420f18ef5b
commit 5ea8192704

View file

@ -895,11 +895,11 @@ rec {
boto = buildPythonPackage rec {
name = "boto-${version}";
version = "2.9.9";
version = "2.32.0";
src = fetchurl {
url = "https://github.com/boto/boto/archive/${version}.tar.gz";
sha256 = "18wqpzd1zf8nivcn2rl1wnladf7hhyy5p75b5l6kafynm4l9j6jq";
sha256 = "0bl5y7m0m84rz4q7hx783kxpj1n9wcm7dhv54bnx8cnanyd13cxn";
};
# The tests seem to require AWS credentials.