3
0
Fork 0
forked from mirrors/nixpkgs

ansible_2_3: 2.3.1.0 -> 2.3.2.0

This commit is contained in:
Aaron Bull Schaefer 2017-10-25 12:23:52 -07:00
parent 63bbada520
commit 19fda23a50

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