From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 2/2] gnu: kbd: Update to 2.0.3. Date: Fri, 8 Apr 2016 22:09:36 +0300 Message-ID: <1460142576-14149-3-git-send-email-alezost@gmail.com> References: <1460142576-14149-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aobn1-0007Fr-4J for guix-devel@gnu.org; Fri, 08 Apr 2016 15:09:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aobmz-0000Kw-6S for guix-devel@gnu.org; Fri, 08 Apr 2016 15:09:55 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:35470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aobmy-0000Kr-Uh for guix-devel@gnu.org; Fri, 08 Apr 2016 15:09:53 -0400 Received: by mail-lf0-x244.google.com with SMTP id o124so11136736lfb.2 for ; Fri, 08 Apr 2016 12:09:52 -0700 (PDT) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id mt4sm631275lbc.31.2016.04.08.12.09.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 08 Apr 2016 12:09:51 -0700 (PDT) In-Reply-To: <1460142576-14149-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" To: guix-devel@gnu.org * gnu/packages/linux.scm (kbd): Update to 2.0.3. --- 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 f17e0b4..97798ab 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1465,14 +1465,14 @@ system.") (define-public kbd (package (name "kbd") - (version "2.0.2") + (version "2.0.3") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/utils/kbd/kbd-" version ".tar.xz")) (sha256 (base32 - "04mrms12nm5sas0nxs94yrr3hz7gmqhnmfgb9ff34bh1jszxmzcx")) + "0ppv953gn2zylcagr4z6zg5y2x93dxrml29plypg6xgbq3hrv2bs")) (modules '((guix build utils))) (snippet '(begin -- 2.7.3