boto: 2.38.0 -> 2.41.0

This commit is contained in:
Eelco Dolstra 2016-07-01 13:28:19 +02:00
parent 51c6c98529
commit c7b809298d
1 changed files with 2 additions and 2 deletions

View File

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