guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: kbd: Update to 2.0.4.


From: Ludovic Courtès
Subject: 02/05: gnu: kbd: Update to 2.0.4.
Date: Tue, 31 Jan 2017 22:53:51 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 8555a609df0410d08f9d1a9e41d22ca7b26cb9fe
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 31 23:45:56 2017 +0100

    gnu: kbd: Update to 2.0.4.
    
    * gnu/packages/linux.scm (kbd): Update to 2.0.4.
---
 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 395801e..75c2a3b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1592,14 +1592,14 @@ system.")
 (define-public kbd
   (package
     (name "kbd")
-    (version "2.0.3")
+    (version "2.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/utils/kbd/kbd-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0ppv953gn2zylcagr4z6zg5y2x93dxrml29plypg6xgbq3hrv2bs"))
+                "124swm93dm4ca0pifgkrand3r9gvj3019d4zkfxsj9djpvv0mnaz"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]