aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-10-16 02:00:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-10-16 02:00:01 +0200
commite3674f83b28505b6c8e2495cf956225dc9cb1544 (patch)
treec1da312e48bccb7ec66374da7b9879ce47ff7da6 /gnu
parentf8a29a41636fe2de4dfb3f22f9572a2ac3386f8a (diff)
downloadguix-e3674f83b28505b6c8e2495cf956225dc9cb1544.tar
guix-e3674f83b28505b6c8e2495cf956225dc9cb1544.tar.gz
gnu: mcelog: Update to 189.
* gnu/packages/linux.scm (mcelog): Update to 189.
Diffstat (limited to 'gnu')
-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 864c379eac..c8ffe662ab 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6706,7 +6706,7 @@ the @code{mce-inject} module loaded if it exists.")
(define-public mcelog
(package
(name "mcelog")
- (version "188")
+ (version "189")
(source
(origin
(method git-fetch)
@@ -6715,7 +6715,7 @@ the @code{mce-inject} module loaded if it exists.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1pdh0fj12wrm7whi96ak7m1f5b8ivgklabwkhfcfxd8dg134qczf"))
+ (base32 "0ml12xmmmljp22a89fw23c6gmba4dngavgnisv665w67kbnv5085"))
(modules '((guix build utils)))
(snippet
`(begin