3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.ansible2: 2.1.0.0 -> 2.1.1.0 (#17437)

This commit is contained in:
Aaron Bull Schaefer 2016-08-01 22:40:13 +00:00 committed by Franz Pletz
parent 26a2392594
commit b5884b0698

View file

@ -848,13 +848,13 @@ in modules // {
};
ansible2 = buildPythonPackage rec {
version = "2.1.0.0";
version = "2.1.1.0";
name = "ansible-${version}";
disabled = isPy3k;
src = pkgs.fetchurl {
url = "http://releases.ansible.com/ansible/${name}.tar.gz";
sha256 = "1bfc2xiplpad6f2nwi48y0kps7xqnsll85dlz63cy8k5bysl6d20";
sha256 = "12v7smivjz8d2skk5qxl83nmkxqxypjm8b7ld40sjfwj4g0kkrv1";
};
prePatch = ''