Update boto to 2.9.9

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