Merge pull request #19458 from dipinhora/boto-update

boto: 2.41.0 -> 2.42.0
This commit is contained in:
Daiderd Jordan 2016-10-11 23:22:44 +02:00 committed by GitHub
commit 39106e757c

View file

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