tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Update boto to 2.9.9
Rob Vermaas
12 years ago
47c9825c
ddb8b7f8
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
python-packages.nix
+4
-3
pkgs/top-level/python-packages.nix
···
536
536
537
537
538
538
boto = buildPythonPackage rec {
539
539
-
name = "boto-2.6.0";
539
539
+
name = "boto-${version}";
540
540
+
version = "2.9.9";
540
541
541
542
src = fetchurl {
542
542
-
url = "https://github.com/downloads/boto/boto/${name}.tar.gz";
543
543
-
sha256 = "1wnzs9frf44mrnw7l2vijc5anbcvcqqrv7237gjn27v0ja76slff";
543
543
+
url = "https://github.com/boto/boto/archive/${version}.tar.gz";
544
544
+
sha256 = "18wqpzd1zf8nivcn2rl1wnladf7hhyy5p75b5l6kafynm4l9j6jq";
544
545
};
545
546
546
547
# The tests seem to require AWS credentials.