mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: mcelog: Update to 172.
* gnu/packages/linux.scm (mcelog): Update to 172.
This commit is contained in:
parent
24b3666e7f
commit
6a10ff9b5f
1 changed files with 2 additions and 2 deletions
|
@ -5703,14 +5703,14 @@ (define-public module-init-tools
|
|||
(define-public mcelog
|
||||
(package
|
||||
(name "mcelog")
|
||||
(version "170")
|
||||
(version "172")
|
||||
(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
|
||||
"1m11v1y7cvpm7hwsghj23z77ps1w5jzn8000iwiyxpb939h2km5l"))
|
||||
"17666056masfly83791q831yzw6sy1m6rwkxw7sqgjrhchn9sc4w"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue