guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: mcelog: Update to 170.


From: guix-commits
Subject: 09/12: gnu: mcelog: Update to 170.
Date: Sat, 6 Jun 2020 03:22:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ed139ee733db52c6f364d07bb4dc72385cfe8818
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 06:26:04 2020 +0200

    gnu: mcelog: Update to 170.
    
    * gnu/packages/linux.scm (mcelog): Update to 170.
---
 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 9cc2360..a9a2818 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5472,14 +5472,14 @@ the default @code{nsswitch} and the experimental 
@code{umich_ldap}.")
 (define-public mcelog
   (package
     (name "mcelog")
-    (version "168")
+    (version "170")
     (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
-                "1c4faayg1gcm3002b2fdrfnv76z92mvfzccvx8w9crjp0d17sp24"))
+                "1m11v1y7cvpm7hwsghj23z77ps1w5jzn8000iwiyxpb939h2km5l"))
               (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]