diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-15 23:17:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-16 03:08:41 +0100 |
commit | 7d162df8ce4dc90c681ff627b2ed94c192e6342f (patch) | |
tree | f53e80e02800b46cf20fe3450a8df405ebe44e70 /gnu/packages/linux.scm | |
parent | 0eb36dd17f38013654b6c042171f95a9bdc3ee8d (diff) | |
download | guix-7d162df8ce4dc90c681ff627b2ed94c192e6342f.tar guix-7d162df8ce4dc90c681ff627b2ed94c192e6342f.tar.gz |
gnu: mcelog: Update to 146.
* gnu/packages/linux.scm (mcelog): Update to 146.
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 291ffdf8d7..c840ad9fb9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2994,14 +2994,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.") (define-public mcelog (package (name "mcelog") - (version "144") + (version "146") (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 - "03jyhsl0s59sfqykj5p6gkb03k4w1h9ay31yxym1dnzis5sq99pa")) + "0jjx4q1mfa380319cqz86nw5wv6jnbpvq2r8n0dyh87mhvrgb4wi")) (file-name (string-append name "-" version ".tar.gz")) (modules '((guix build utils))) (snippet |