guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: mcelog: Update to 188.


From: guix-commits
Subject: 07/08: gnu: mcelog: Update to 188.
Date: Mon, 5 Sep 2022 09:04:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3aebdc8f372aeb7ee93bf84a9d62eacae487a3f3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 14 02:00:01 2022 +0200

    gnu: mcelog: Update to 188.
    
    * gnu/packages/linux.scm (mcelog): Update to 188.
---
 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 d2656abc18..4bdfd0f5b2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6665,7 +6665,7 @@ the @code{mce-inject} module loaded if it exists.")
 (define-public mcelog
   (package
     (name "mcelog")
-    (version "187")
+    (version "188")
     (source
      (origin
        (method git-fetch)
@@ -6674,7 +6674,7 @@ the @code{mce-inject} module loaded if it exists.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zdlwbdqs4s72yrpz4irhp12c1wqzy8kmf4hxahk13dmafd6dbnj"))
+        (base32 "1pdh0fj12wrm7whi96ak7m1f5b8ivgklabwkhfcfxd8dg134qczf"))
        (modules '((guix build utils)))
        (snippet
         `(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]