botocore: update to 0.81.0

This commit is contained in:
muflax 2015-01-09 22:23:51 +00:00
parent 2beb43174f
commit 79e901e3e1

View file

@ -1088,12 +1088,12 @@ let
};
botocore = buildPythonPackage rec {
version = "0.80.0";
version = "0.81.0";
name = "botocore-${version}";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/b/botocore/${name}.tar.gz";
sha256 = "1zmsg0n21wq25v1dgnmf3hvw8yszxyryiylmp4alybcsg8nkg5fz";
sha256 = "0mdkkk0038ng6557cw5520xy624sqgv0avjx387bc3fbgxi8bksj";
};
propagatedBuildInputs =