gnu: mcelog: Update to 148.

* gnu/packages/linux.scm (mcelog): Update to 148.
This commit is contained in:
Tobias Geerinckx-Rice 2017-02-04 12:36:03 +01:00
parent 189d842257
commit 33a8687a2a
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -3120,14 +3120,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(define-public mcelog
(package
(name "mcelog")
(version "147")
(version "148")
(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
"10xxmqpd348ifbs7w8j0m53agp28r6imv237ha3kmhp632hmyf1d"))
"1d5g09ndfsnl56vyhb5xw0zxspnh0f937biw3agqhdfbvw40j9jr"))
(file-name (string-append name "-" version ".tar.gz"))
(modules '((guix build utils)))
(snippet