diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-11 22:17:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-11 23:31:08 +0100 |
commit | 1f2e96ad038a4b042cbad555297d06cac0ea5f17 (patch) | |
tree | 8898caa5d7120d53a5ac3765460300dab9ac9930 /gnu/packages | |
parent | aec795a5a1a6e0e3a627f40c1fdaca741bd7fd03 (diff) |
gnu: mcelog: Update to 175.
* gnu/packages/linux.scm (mcelog): Update to 175.
Diffstat (limited to 'gnu/packages')
-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 28698068b0..3f44253f1e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5911,14 +5911,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.") (define-public mcelog (package (name "mcelog") - (version "173") + (version "175") (source (origin (method url-fetch) (uri (string-append "https://git.kernel.org/cgit/utils/cpu/mce/" "mcelog.git/snapshot/v" version ".tar.gz")) (sha256 (base32 - "1a1j4lsvql3aiqbkdn10hhpvmhavhlr9qkh2scxcv1kn7rvvclih")) + "1cfx7qpyai10n0qsm7z3h3hmkssarwvvq8yb0dd3lsc97ypx96z3")) (file-name (string-append name "-" version ".tar.gz")) (modules '((guix build utils))) (snippet |