diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:01 +0200 |
commit | e3674f83b28505b6c8e2495cf956225dc9cb1544 (patch) | |
tree | c1da312e48bccb7ec66374da7b9879ce47ff7da6 /gnu | |
parent | f8a29a41636fe2de4dfb3f22f9572a2ac3386f8a (diff) | |
download | guix-e3674f83b28505b6c8e2495cf956225dc9cb1544.tar.gz guix-e3674f83b28505b6c8e2495cf956225dc9cb1544.zip |
gnu: mcelog: Update to 189.
* gnu/packages/linux.scm (mcelog): Update to 189.
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 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 |