diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-14 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-09-04 02:00:01 +0200 |
commit | 3aebdc8f372aeb7ee93bf84a9d62eacae487a3f3 (patch) | |
tree | 11e26f9da8bd3add4b6b3f433e554ab1f1a29f12 /gnu | |
parent | 4078dcad56043b1c7a1a6b179be6702ed17b0422 (diff) | |
download | guix-3aebdc8f372aeb7ee93bf84a9d62eacae487a3f3.tar.gz |
gnu: mcelog: Update to 188.
* gnu/packages/linux.scm (mcelog): Update to 188.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files 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 |