From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: [PATCH] distro: automake: Update to 1.12.6 Date: Sat, 22 Dec 2012 09:56:51 +0100 Message-ID: <201212220956.51651.andreas@enge.fr> Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_TXX1QcyNTZDxdnG" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmKtA-0000Qc-O7 for bug-guix@gnu.org; Sat, 22 Dec 2012 03:57:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TmKt7-0002tY-04 for bug-guix@gnu.org; Sat, 22 Dec 2012 03:57:00 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:53005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmKt6-0002tS-M9 for bug-guix@gnu.org; Sat, 22 Dec 2012 03:56:56 -0500 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org --Boundary-00=_TXX1QcyNTZDxdnG Content-Type: multipart/alternative; boundary="Boundary-01=_TXX1QccZx71Zxej" Content-Transfer-Encoding: 7bit --Boundary-01=_TXX1QccZx71Zxej Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit A tiny update to core-updates. Andreas --Boundary-01=_TXX1QccZx71Zxej Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit

A tiny update to core-updates.

 

Andreas

 

--Boundary-01=_TXX1QccZx71Zxej-- --Boundary-00=_TXX1QcyNTZDxdnG Content-Type: text/x-patch; charset="UTF-8"; name="0012-distro-automake-Update-to-1.12.6.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0012-distro-automake-Update-to-1.12.6.patch" =46rom cc6fb8577e5e3dc8f52bc53a69249517e22c5576 Mon Sep 17 00:00:00 2001 =46rom: Andreas Enge Date: Sat, 22 Dec 2012 00:25:18 +0100 Subject: [PATCH 12/12] distro: automake: Update to 1.12.6. * distro/packages/autotools.scm (automake): Update to 1.12.6. =2D-- distro/packages/autotools.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distro/packages/autotools.scm b/distro/packages/autotools.scm index 171855b..fa4ff90 100644 =2D-- a/distro/packages/autotools.scm +++ b/distro/packages/autotools.scm @@ -62,7 +62,7 @@ can use, in the form of M4 macro calls.") (define-public automake (package (name "automake") =2D (version "1.12.5") + (version "1.12.6") (source (origin (method url-fetch) @@ -70,7 +70,7 @@ can use, in the form of M4 macro calls.") version ".tar.xz")) (sha256 (base32 =2D "1k4pa3rmj626n5d39rc9041dc71lv8nzd341k53dw07iflkwinim")))) + "1ynvca8z4aqcwr94rf7j1bfiid2w9w250y9qhnyj9vmi8lhsnd7q")))) (build-system gnu-build-system) (inputs `(("autoconf" ,autoconf) =2D-=20 1.7.10.4 --Boundary-00=_TXX1QcyNTZDxdnG--