update boto to 2.6.0

This commit is contained in:
Rob Vermaas 2012-10-25 10:55:22 +02:00
parent 9c0459972f
commit 56957e27cc

View File

@ -246,11 +246,11 @@ let pythonPackages = python.modules // rec {
boto = buildPythonPackage rec {
name = "boto-2.3.0";
name = "boto-2.6.0";
src = fetchurl {
url = "https://github.com/downloads/boto/boto/${name}.tar.gz";
sha256 = "05im9vyk9wq8cjw4cp93jlqb9v98rnrm067p93ih7f0ynnlnjaf1";
sha256 = "1wnzs9frf44mrnw7l2vijc5anbcvcqqrv7237gjn27v0ja76slff";
};
# The tests seem to require AWS credentials.