aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-12-11 01:00:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-12-11 01:00:09 +0100
commit4681e01bdccecccc90721147ad1fa7bb7fa2be72 (patch)
tree88d328eb28aaf7b3ee1ca1f8f5a94eaf90864b63 /gnu
parent54bf243bae630641a9cf884490074e9133175d1f (diff)
downloadguix-4681e01bdccecccc90721147ad1fa7bb7fa2be72.tar.gz
guix-4681e01bdccecccc90721147ad1fa7bb7fa2be72.zip
gnu: mcelog: Update to 190.
* gnu/packages/linux.scm (mcelog): Update to 190.
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 acdbacc146..d4a6c1ef39 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6947,7 +6947,7 @@ the @code{mce-inject} module loaded if it exists.")
(define-public mcelog
(package
(name "mcelog")
- (version "189")
+ (version "190")
(source
(origin
(method git-fetch)
@@ -6956,7 +6956,7 @@ the @code{mce-inject} module loaded if it exists.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ml12xmmmljp22a89fw23c6gmba4dngavgnisv665w67kbnv5085"))
+ (base32 "1466zkbxgjg8ik0gd9vwsjiwg0yg7g8ra4bw3lg3ypla2kiydy4q"))
(modules '((guix build utils)))
(snippet
`(begin