summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliam Roe <willroe@gmail.com>2014-08-04 13:35:09 +0100
committerRok Garbas <rok@garbas.si>2014-08-07 01:28:36 +0200
commit5ea8192704d68e88c9bb60683ef326dba90517a5 (patch)
treef70c448b5a6c2f14f2135a9b8e49e58c85aa24e1 /pkgs
parent420f18ef5b2eb51b8bbd4cd16bb78f037c26baa6 (diff)
downloadnixpkgs-5ea8192704d68e88c9bb60683ef326dba90517a5.tar
nixpkgs-5ea8192704d68e88c9bb60683ef326dba90517a5.tar.gz
nixpkgs-5ea8192704d68e88c9bb60683ef326dba90517a5.tar.bz2
nixpkgs-5ea8192704d68e88c9bb60683ef326dba90517a5.tar.lz
nixpkgs-5ea8192704d68e88c9bb60683ef326dba90517a5.tar.xz
nixpkgs-5ea8192704d68e88c9bb60683ef326dba90517a5.tar.zst
nixpkgs-5ea8192704d68e88c9bb60683ef326dba90517a5.zip
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.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 9e4114d44d0..86afc76f897 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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.