nckx pushed a commit to branch master
in repository guix.

commit cd7caa3ee24b9698ebb26077a42bfcbe9288d112
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
Date:   Wed Jan 11 20:36:31 2017 +0100

    gnu: mcelog: Update to 147.
    
    * gnu/packages/linux.scm (mcelog): Update to 147.
---
 gnu/packages/linux.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index dc0fc07..5b2928a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayi...@gmail.com>
 ;;; Copyright © 2015, 2016 Efraim Flashner <efr...@flashner.co.il>
 ;;; Copyright © 2016 Christopher Allan Webber <cweb...@dustycloud.org>
-;;; Copyright © 2016 Tobias Geerinckx-Rice <m...@tobias.gr>
+;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <m...@tobias.gr>
 ;;; Copyright © 2016 Alex Kost <alez...@gmail.com>
 ;;; Copyright © 2016 Raymond Nicholson <ra...@openmailbox.org>
 ;;; Copyright © 2016 Mathieu Lirzin <m...@gnu.org>
@@ -3116,14 +3116,14 @@ the default @code{nsswitch} and the experimental 
@code{umich_ldap}.")
 (define-public mcelog
   (package
     (name "mcelog")
-    (version "146")
+    (version "147")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://git.kernel.org/cgit/utils/cpu/mce/";
                                   "mcelog.git/snapshot/v" version ".tar.gz"))
               (sha256
                (base32
-                "0jjx4q1mfa380319cqz86nw5wv6jnbpvq2r8n0dyh87mhvrgb4wi"))
+                "10xxmqpd348ifbs7w8j0m53agp28r6imv237ha3kmhp632hmyf1d"))
               (file-name (string-append name "-" version ".tar.gz"))
               (modules '((guix build utils)))
               (snippet

Reply via email to