guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: mcelog: Update to 175.


From: guix-commits
Subject: 06/10: gnu: mcelog: Update to 175.
Date: Mon, 11 Jan 2021 17:31:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1f2e96ad038a4b042cbad555297d06cac0ea5f17
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 11 22:17:01 2021 +0100

    gnu: mcelog: Update to 175.
    
    * gnu/packages/linux.scm (mcelog): Update to 175.
---
 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 2869806..3f44253 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5911,14 +5911,14 @@ the default @code{nsswitch} and the experimental 
@code{umich_ldap}.")
 (define-public mcelog
   (package
     (name "mcelog")
-    (version "173")
+    (version "175")
     (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
-                "1a1j4lsvql3aiqbkdn10hhpvmhavhlr9qkh2scxcv1kn7rvvclih"))
+                "1cfx7qpyai10n0qsm7z3h3hmkssarwvvq8yb0dd3lsc97ypx96z3"))
               (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]