ansible: update from 1.7.1 to 1.7.2

This commit is contained in:
Aristid Breitkreuz 2014-10-09 20:14:38 +02:00
parent a97e1ee52d
commit 352c310be9

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, pythonPackages, python }:
pythonPackages.buildPythonPackage rec {
version = "1.7.1";
version = "1.7.2";
name = "ansible-${version}";
namePrefix = "";
src = fetchurl {
url = "http://releases.ansible.com/ansible/ansible-${version}.tar.gz";
sha1 = "4f4be4d45f28f52e4ab0c063efb66c7b9f482a51";
sha256 = "1b4qhh6a8z18q7lfa7laxb3p0f7sacvv7nlbr2lix0vznhbffz51";
};
prePatch = ''