Skip to content

Commit

Permalink
pythonPackages.ansible2: 2.1.1.0 -> 2.2.0.0 (Fixes #21036)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeerds committed Dec 10, 2016
1 parent 64e2d4d commit 87c227f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -813,13 +813,13 @@ in modules // {
};

ansible2 = buildPythonPackage rec {
version = "2.1.1.0";
version = "2.2.0.0";
name = "ansible-${version}";
disabled = isPy3k;

src = pkgs.fetchurl {
url = "http://releases.ansible.com/ansible/${name}.tar.gz";
sha256 = "12v7smivjz8d2skk5qxl83nmkxqxypjm8b7ld40sjfwj4g0kkrv1";
sha256 = "11l5814inr44ammp0sh304rqx2382fr629c0pbwf0k1rjg99iwfr";
};

prePatch = ''
Expand Down

0 comments on commit 87c227f

Please sign in to comment.