guix-commits
[Top][All Lists]
Advanced

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

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


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: mcelog: Update to 149.
Date: Mon, 27 Mar 2017 14:19:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bd9b8d89ad44b38acb133711c0d33b8cd814aec5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 27 20:17:56 2017 +0200

    gnu: mcelog: Update to 149.
    
    * gnu/packages/linux.scm (mcelog): Update to 149.
---
 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 d97cdc4..bd70402 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3157,14 +3157,14 @@ the default @code{nsswitch} and the experimental 
@code{umich_ldap}.")
 (define-public mcelog
   (package
     (name "mcelog")
-    (version "148")
+    (version "149")
     (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
-                "1d5g09ndfsnl56vyhb5xw0zxspnh0f937biw3agqhdfbvw40j9jr"))
+                "08hd8bl9rgss990icb69srarrfwcg8k7py979ak753j92ybbkhdm"))
               (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]