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:
parent
a9a4cdd3d0
commit
a1f4491742
@ -895,11 +895,11 @@ rec {
|
|||||||
|
|
||||||
boto = buildPythonPackage rec {
|
boto = buildPythonPackage rec {
|
||||||
name = "boto-${version}";
|
name = "boto-${version}";
|
||||||
version = "2.9.9";
|
version = "2.32.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/boto/boto/archive/${version}.tar.gz";
|
url = "https://github.com/boto/boto/archive/${version}.tar.gz";
|
||||||
sha256 = "18wqpzd1zf8nivcn2rl1wnladf7hhyy5p75b5l6kafynm4l9j6jq";
|
sha256 = "0bl5y7m0m84rz4q7hx783kxpj1n9wcm7dhv54bnx8cnanyd13cxn";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The tests seem to require AWS credentials.
|
# The tests seem to require AWS credentials.
|
||||||
|
Loading…
Reference in New Issue
Block a user