From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 2/3] gnu: iproute: Update to 4.4.0. Date: Thu, 11 Feb 2016 14:03:18 +0300 Message-ID: <1455188599-5715-3-git-send-email-alezost@gmail.com> References: <1455188599-5715-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTp2N-0006QH-Om for guix-devel@gnu.org; Thu, 11 Feb 2016 06:03:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTp25-0003pS-Pt for guix-devel@gnu.org; Thu, 11 Feb 2016 06:03:51 -0500 Received: from mail-lb0-x242.google.com ([2a00:1450:4010:c04::242]:35802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTp25-0003pD-GU for guix-devel@gnu.org; Thu, 11 Feb 2016 06:03:33 -0500 Received: by mail-lb0-x242.google.com with SMTP id dx9so2113673lbc.2 for ; Thu, 11 Feb 2016 03:03:33 -0800 (PST) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id wj2sm1102995lbb.5.2016.02.11.03.03.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 11 Feb 2016 03:03:32 -0800 (PST) In-Reply-To: <1455188599-5715-1-git-send-email-alezost@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/linux.scm (iproute): Update to 4.4.0. --- gnu/packages/linux.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a6e3ec9..16aaed8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -868,15 +868,15 @@ packet filter.") (define-public iproute (package (name "iproute2") - (version "3.12.0") + (version "4.4.0") (source (origin - (method url-fetch) - (uri (string-append - "mirror://kernel.org/linux/utils/net/iproute2/iproute2-" - version ".tar.xz")) - (sha256 - (base32 - "04gi11gh087bg2nlxhj0lxrk8l9qxkpr88nsiil23917bm3h1xj4")))) + (method url-fetch) + (uri (string-append + "mirror://kernel.org/linux/utils/net/iproute2/iproute2-" + version ".tar.xz")) + (sha256 + (base32 + "05351m4m0whsivlblvs3m0nz5q9v6r06ik80z27gf6ca51kw74dw")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite -- 2.6.3