From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQSGU-0006n9-PR for guix-patches@gnu.org; Sat, 24 Nov 2018 02:22:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQSGQ-0000zB-Ie for guix-patches@gnu.org; Sat, 24 Nov 2018 02:22:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40517) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gQSGQ-0000yy-Fi for guix-patches@gnu.org; Sat, 24 Nov 2018 02:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gQSGQ-0006ZF-7Q for guix-patches@gnu.org; Sat, 24 Nov 2018 02:22:02 -0500 Subject: [bug#33485] [PATCH] gnu: ansible: Update to 2.7.2 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQSFa-0006E8-EK for guix-patches@gnu.org; Sat, 24 Nov 2018 02:21:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQS4P-0002df-TS for guix-patches@gnu.org; Sat, 24 Nov 2018 02:09:40 -0500 Received: from mout02.posteo.de ([185.67.36.66]:50839) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gQS4P-0002d1-Kv for guix-patches@gnu.org; Sat, 24 Nov 2018 02:09:37 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 43D7B2400FB for ; Sat, 24 Nov 2018 08:09:35 +0100 (CET) From: Brett Gilio Date: Sat, 24 Nov 2018 01:09:31 -0600 Message-Id: <20181124070931.2118-1-brettg@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33485@debbugs.gnu.org --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 28961ecf8..30829be0f 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1589,14 +1589,14 @@ of supported upstream metrics systems simultaneou= sly.") (define-public ansible (package (name "ansible") - (version "2.5.7") + (version "2.7.2") (source (origin (method url-fetch) (uri (pypi-uri "ansible" version)) (sha256 (base32 - "0wbsjjx3xjlm8g50a9j9c6p9rn23jx32yn1234bf5rmj1qgy3p85")) + "1q0yxba57m18rfpc3syvj7vyqsb35081h6s33qr6h0jf3r9pj3d0")) (patches (search-patches "ansible-wrap-program-hack.patch")))) (build-system python-build-system) (native-inputs --=20 2.19.2