diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-03 16:50:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-03 16:50:25 +0200 |
commit | a280232f414d94de35eb6c35063ffc5b416e2188 (patch) | |
tree | 0896be642a85343d7705a5761520fb2d570b30ed /gnu/packages | |
parent | e35a76f670eae83a9849a07f8690776475ca5b64 (diff) | |
download | guix-a280232f414d94de35eb6c35063ffc5b416e2188.tar guix-a280232f414d94de35eb6c35063ffc5b416e2188.tar.gz |
gnu: mcelog: Update to 152.
* gnu/packages/linux.scm (mcelog): Update to 152.
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 aebcd10660..d085e8f6f7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3389,14 +3389,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.") (define-public mcelog (package (name "mcelog") - (version "151") + (version "152") (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 - "1cgfdlz51hv2zbph00ylzm8z94gv8wakx7dva1pa4jcl3hnq0dh5")) + "0df1kbiw1pl84l6b9g515lpk5a81hmy8r27yakr4hrmi2vwzdfh6")) (file-name (string-append name "-" version ".tar.gz")) (modules '((guix build utils))) (snippet |