Skip to content

Commit

Permalink
pythonPackages.boto3: 1.7.84 -> 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Aug 30, 2018
1 parent 1dac91f commit 06b3789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/boto3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

buildPythonPackage rec {
pname = "boto3";
version = "1.7.84";
version = "1.8.4";

src = fetchFromGitHub {
owner = "boto";
repo = "boto3";
rev = version;
sha256 = "0d9kqjqmnn53p1xpmdbbjxcxv2482yx3vjhxw8izp0mpq58i5c14";
sha256 = "1ja71r7xsijfy0qqqqxanhhg5fk4ad0mgvxyjg7ag0z3z04s1169";
};

propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];
Expand Down

0 comments on commit 06b3789

Please sign in to comment.