mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
Update boto to 2.9.9
This commit is contained in:
parent
ddb8b7f831
commit
47c9825c2d
@ -536,11 +536,12 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
boto = buildPythonPackage rec {
|
||||
name = "boto-2.6.0";
|
||||
name = "boto-${version}";
|
||||
version = "2.9.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/downloads/boto/boto/${name}.tar.gz";
|
||||
sha256 = "1wnzs9frf44mrnw7l2vijc5anbcvcqqrv7237gjn27v0ja76slff";
|
||||
url = "https://github.com/boto/boto/archive/${version}.tar.gz";
|
||||
sha256 = "18wqpzd1zf8nivcn2rl1wnladf7hhyy5p75b5l6kafynm4l9j6jq";
|
||||
};
|
||||
|
||||
# The tests seem to require AWS credentials.
|
||||
|
Loading…
Reference in New Issue
Block a user