guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mcelog: Update to 142.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: mcelog: Update to 142.
Date: Wed, 12 Oct 2016 16:26:00 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit ff9c2d819a7e33757eb61ec5552107f7fb209f9c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 12 18:16:07 2016 +0200

    gnu: mcelog: Update to 142.
    
    * gnu/packages/linux.scm (mcelog): Update to 142.
---
 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 84cf2f6..2e4d00c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2952,14 +2952,14 @@ the default @code{nsswitch} and the experimental 
@code{umich_ldap}.")
 (define-public mcelog
   (package
     (name "mcelog")
-    (version "141")
+    (version "142")
     (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
-                "0ws8blq0prj7slcaljyaxxq20kgmlakzac0ri1pvh24xs1jn2xxg"))
+                "15a9hllwj32l1zh7x4swx8985x6nqrplvxjyfdsqysxw2pk6pixr"))
               (file-name (string-append name "-" version ".tar.gz"))
               (modules '((guix build utils)))
               (snippet



reply via email to

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