summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-08-07 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-08-07 02:00:00 +0200
commit53b2fda6fe7f28ccc875c60e79ada038f2dfe5f8 (patch)
treee175500ced751c0c092c9fabb536912e4e1b4b63 /gnu/packages/linux.scm
parent360bf760bdf8dc04918e7962d6a2c3797989ae4b (diff)
gnu: mcelog: Update to 187.
* gnu/packages/linux.scm (mcelog): Update to 187.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cc961b1e9b..f936dde55a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6708,7 +6708,7 @@ the @code{mce-inject} module loaded if it exists.")
(define-public mcelog
(package
(name "mcelog")
- (version "181")
+ (version "187")
(source
(origin
(method git-fetch)
@@ -6717,7 +6717,7 @@ the @code{mce-inject} module loaded if it exists.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0c9zdivv86xd8dmwia0k9fbr52zrafbyzn7ss53mh17sry5gm716"))
+ (base32 "0zdlwbdqs4s72yrpz4irhp12c1wqzy8kmf4hxahk13dmafd6dbnj"))
(modules '((guix build utils)))
(snippet
`(begin