gnu: mcelog: Update to 143.

* gnu/packages/linux.scm (mcelog): Update to 143.
This commit is contained in:
Tobias Geerinckx-Rice 2016-10-19 01:00:03 +02:00
parent 5e270e8e8f
commit c17b5986f2
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -2952,14 +2952,14 @@ (define-public module-init-tools
(define-public mcelog
(package
(name "mcelog")
(version "142")
(version "143")
(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
"15a9hllwj32l1zh7x4swx8985x6nqrplvxjyfdsqysxw2pk6pixr"))
"1mn5i1d6ybfxqgr6smlpxcx1wb53h0r2rp90ild7919b9yqxpk0x"))
(file-name (string-append name "-" version ".tar.gz"))
(modules '((guix build utils)))
(snippet