1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

botocore: 1.1.4 -> 1.1.10

This commit is contained in:
Daniel Brockman 2015-08-18 11:18:32 +02:00 committed by Rok Garbas
parent 1967d9135a
commit fe16722cf9

View file

@ -1521,12 +1521,12 @@ let
};
botocore = buildPythonPackage rec {
version = "1.1.4";
version = "1.1.10";
name = "botocore-${version}";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/b/botocore/${name}.tar.gz";
sha256 = "1wbbaj0y6bfzsh61hgnnssn5j8m93r6r2m5r1jmlf6iz3l9gqkkp";
sha256 = "0syj0m0l7k4wa0n9h7h8ywayjv9fgpn5wyzpdriws0j417y1zlyc";
};
propagatedBuildInputs =