Merge pull request #30803 from elasticdog/ansible_2_3

ansible_2_3: 2.3.1.0 -> 2.3.2.0
This commit is contained in:
Jörg Thalheim 2017-10-25 20:48:11 +01:00 committed by GitHub
commit 6a2dc55337

View file

@ -6,12 +6,12 @@
pythonPackages.buildPythonPackage rec {
pname = "ansible";
version = "2.3.1.0";
version = "2.3.2.0";
name = "${pname}-${version}";
src = fetchurl {
url = "http://releases.ansible.com/ansible/${name}.tar.gz";
sha256 = "1xdr82fy8gahxh3586wm5k1bxksys7yl1f2n24shrk8gf99qyjyd";
sha256 = "1sv8666vw6fi93jlgkwd4lxkfn75yqczfvk129zlh8ll4wjv8qq5";
};
prePatch = ''
@ -30,7 +30,7 @@ pythonPackages.buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = http://www.ansible.com;
description = "A simple automation tool";
license = with licenses; [ gpl3] ;
license = with licenses; [ gpl3 ] ;
maintainers = with maintainers; [
jgeerds
joamaki