guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: mcelog: Update to 168.


From: guix-commits
Subject: 05/07: gnu: mcelog: Update to 168.
Date: Thu, 16 Jan 2020 13:54:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6cfbb7cb830d778d467b62636adc4323f324252e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 15 03:28:17 2020 +0100

    gnu: mcelog: Update to 168.
    
    * gnu/packages/linux.scm (mcelog): Update to 168.
---
 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 bd45464..62c0249 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4764,14 +4764,14 @@ the default @code{nsswitch} and the experimental 
@code{umich_ldap}.")
 (define-public mcelog
   (package
     (name "mcelog")
-    (version "154")
+    (version "168")
     (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
-                "07628cr05f50m7lsvw26wxlnb7qcl0x6rymdpp5spqzhz91l58p3"))
+                "1c4faayg1gcm3002b2fdrfnv76z92mvfzccvx8w9crjp0d17sp24"))
               (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]