guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: mcelog: Update to 143.


From: Tobias Geerinckx-Rice
Subject: 02/04: gnu: mcelog: Update to 143.
Date: Wed, 19 Oct 2016 17:35:38 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit c17b5986f2fd6ebf100d1a2e6de85b9b5a98b463
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 19 01:00:03 2016 +0200

    gnu: mcelog: Update to 143.
    
    * gnu/packages/linux.scm (mcelog): Update to 143.
---
 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 2d82093..eeafa71 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 "142")
+    (version "143")
     (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
-                "15a9hllwj32l1zh7x4swx8985x6nqrplvxjyfdsqysxw2pk6pixr"))
+                "1mn5i1d6ybfxqgr6smlpxcx1wb53h0r2rp90ild7919b9yqxpk0x"))
               (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]