diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-15 03:28:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-16 19:51:55 +0100 |
commit | 6cfbb7cb830d778d467b62636adc4323f324252e (patch) | |
tree | 77f630117568e8d7cc0a35f7ca922c2df2eb5b15 | |
parent | dc26c8c533eec6bbcfecbfea00add44cadf2abfb (diff) |
gnu: mcelog: Update to 168.
* gnu/packages/linux.scm (mcelog): Update to 168.
-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 bd45464f00..62c0249b77 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4764,14 +4764,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.") (define-public mcelog (package (name "mcelog") - (version "154") + (version "168") (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 - "07628cr05f50m7lsvw26wxlnb7qcl0x6rymdpp5spqzhz91l58p3")) + "1c4faayg1gcm3002b2fdrfnv76z92mvfzccvx8w9crjp0d17sp24")) (file-name (string-append name "-" version ".tar.gz")) (modules '((guix build utils))) (snippet |