diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 01:03:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 04:36:43 +0200 |
commit | 6a10ff9b5f133d0cce4457073ad02e0c4bd8a4b5 (patch) | |
tree | e9abaadbd28c533a7a9073cd8e1983fb17b726e0 | |
parent | 24b3666e7f416b8080cd12e2b9d546f70fdd50d1 (diff) |
gnu: mcelog: Update to 172.
* gnu/packages/linux.scm (mcelog): Update to 172.
-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 95dff248bd..2c80bda7ce 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5703,14 +5703,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.") (define-public mcelog (package (name "mcelog") - (version "170") + (version "172") (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 - "1m11v1y7cvpm7hwsghj23z77ps1w5jzn8000iwiyxpb939h2km5l")) + "17666056masfly83791q831yzw6sy1m6rwkxw7sqgjrhchn9sc4w")) (file-name (string-append name "-" version ".tar.gz")) (modules '((guix build utils))) (snippet |