diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-27 20:17:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-27 20:20:06 +0200 |
commit | bd9b8d89ad44b38acb133711c0d33b8cd814aec5 (patch) | |
tree | 1230adebe3b34f8b3820d3cc8e82ad7e835734de /gnu/packages/linux.scm | |
parent | 81d95a121aa2c73c72f26266c2971dc398380d55 (diff) |
gnu: mcelog: Update to 149.
* gnu/packages/linux.scm (mcelog): Update to 149.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 d97cdc4b3a..bd7040223a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3157,14 +3157,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.") (define-public mcelog (package (name "mcelog") - (version "148") + (version "149") (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 - "1d5g09ndfsnl56vyhb5xw0zxspnh0f937biw3agqhdfbvw40j9jr")) + "08hd8bl9rgss990icb69srarrfwcg8k7py979ak753j92ybbkhdm")) (file-name (string-append name "-" version ".tar.gz")) (modules '((guix build utils))) (snippet |