boto: upgrade 2.42.0 to 2.45.0

(cherry picked from commit 5fff5a902594b34471b613eb2babcec923e1e1f1)
This commit is contained in:
Rob Vermaas 2017-01-30 15:50:59 +00:00
parent c603d2c0d5
commit b8fec2384e
No known key found for this signature in database
GPG Key ID: E114A5F264A8AE8E

View File

@ -2994,11 +2994,11 @@ in {
boto = buildPythonPackage rec {
name = "boto-${version}";
version = "2.42.0";
version = "2.45.0";
src = pkgs.fetchurl {
url = "https://github.com/boto/boto/archive/${version}.tar.gz";
sha256 = "04ywn8xszk57s87jnkv4j1hswc6ra7z811y9lawfvhvnfshrpx5d";
sha256 = "18z5nacnbdpw3pmzc56didhy4sfik8riap204px24350g9xlgz7i";
};
checkPhase = ''