gnu: mcelog: Update to 187.

* gnu/packages/linux.scm (mcelog): Update to 187.
This commit is contained in:
Tobias Geerinckx-Rice 2022-08-07 02:00:01 +02:00
parent 360bf760bd
commit 53b2fda6fe
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -6708,7 +6708,7 @@ the @code{mce-inject} module loaded if it exists.")
(define-public mcelog (define-public mcelog
(package (package
(name "mcelog") (name "mcelog")
(version "181") (version "187")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6717,7 +6717,7 @@ the @code{mce-inject} module loaded if it exists.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0c9zdivv86xd8dmwia0k9fbr52zrafbyzn7ss53mh17sry5gm716")) (base32 "0zdlwbdqs4s72yrpz4irhp12c1wqzy8kmf4hxahk13dmafd6dbnj"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
`(begin `(begin