gnu: mcelog: Update to 142.
* gnu/packages/linux.scm (mcelog): Update to 142.
This commit is contained in:
parent
9c49da5778
commit
ff9c2d819a
|
@ -2952,14 +2952,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
|
||||||
(define-public mcelog
|
(define-public mcelog
|
||||||
(package
|
(package
|
||||||
(name "mcelog")
|
(name "mcelog")
|
||||||
(version "141")
|
(version "142")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://git.kernel.org/cgit/utils/cpu/mce/"
|
(uri (string-append "https://git.kernel.org/cgit/utils/cpu/mce/"
|
||||||
"mcelog.git/snapshot/v" version ".tar.gz"))
|
"mcelog.git/snapshot/v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ws8blq0prj7slcaljyaxxq20kgmlakzac0ri1pvh24xs1jn2xxg"))
|
"15a9hllwj32l1zh7x4swx8985x6nqrplvxjyfdsqysxw2pk6pixr"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in New Issue