From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d57qI-0002yq-DJ for guix-patches@gnu.org; Mon, 01 May 2017 05:42:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d57qF-0007Gs-8X for guix-patches@gnu.org; Mon, 01 May 2017 05:42:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50296) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d57qF-0007Go-54 for guix-patches@gnu.org; Mon, 01 May 2017 05:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d57qE-0005aa-UU for guix-patches@gnu.org; Mon, 01 May 2017 05:42:02 -0400 Subject: bug#26729: [PATCH] gnu: linux-libre: Update to 4.11. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d57pk-0002y5-Fz for guix-patches@gnu.org; Mon, 01 May 2017 05:41:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d57pg-0007AY-JR for guix-patches@gnu.org; Mon, 01 May 2017 05:41:32 -0400 Received: from mail-wr0-x241.google.com ([2a00:1450:400c:c0c::241]:34332) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d57pg-0007AL-Cs for guix-patches@gnu.org; Mon, 01 May 2017 05:41:28 -0400 Received: by mail-wr0-x241.google.com with SMTP id 6so13383357wrb.1 for ; Mon, 01 May 2017 02:41:28 -0700 (PDT) From: Mathieu Othacehe Date: Mon, 1 May 2017 11:41:21 +0200 Message-Id: <20170501094121.8311-1-m.othacehe@gmail.com> 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: 26729@debbugs.gnu.org * gnu/packages/linux.scm (%linux-libre-version): Update to 4.11. (%linux-libre-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fb70bf0bb..c30302cde 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -353,8 +353,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) -(define %linux-libre-version "4.10.13") -(define %linux-libre-hash "0sl3w4id3amahv42xg2ac0lqhxn5dih2vm7wyxnfja4c3g4hshn4") +(define %linux-libre-version "4.11") +(define %linux-libre-hash "0j1bzzq9iq5i1zm7gnig8v0clr8wq303kvcdsaifc0r0ggz1mx1n") (define-public linux-libre (make-linux-libre %linux-libre-version -- 2.11.1