Skip to content

Commit

Permalink
boto: upgrade 2.41.0 to 2.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Jan 30, 2017
1 parent acbd5da commit 5fff5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -2721,11 +2721,11 @@ in modules // {

boto = buildPythonPackage rec {
name = "boto-${version}";
version = "2.41.0";
version = "2.45.0";

src = pkgs.fetchurl {
url = "https://github.com/boto/boto/archive/${version}.tar.gz";
sha256 = "1n33bfbkpijyy6awjq7a8lrw4hw2lmwv5l7j0am6d34gpa8my75l";
sha256 = "18z5nacnbdpw3pmzc56didhy4sfik8riap204px24350g9xlgz7i";
};

checkPhase = ''
Expand Down

0 comments on commit 5fff5a9

Please sign in to comment.