Update boto to 2.9.9

+4 -3
+4 -3
pkgs/top-level/python-packages.nix
··· 536 536 537 537 538 538 boto = buildPythonPackage rec { 539 - name = "boto-2.6.0"; 539 + name = "boto-${version}"; 540 + version = "2.9.9"; 540 541 541 542 src = fetchurl { 542 - url = "https://github.com/downloads/boto/boto/${name}.tar.gz"; 543 - sha256 = "1wnzs9frf44mrnw7l2vijc5anbcvcqqrv7237gjn27v0ja76slff"; 543 + url = "https://github.com/boto/boto/archive/${version}.tar.gz"; 544 + sha256 = "18wqpzd1zf8nivcn2rl1wnladf7hhyy5p75b5l6kafynm4l9j6jq"; 544 545 }; 545 546 546 547 # The tests seem to require AWS credentials.