mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mcelog: Update to 150.
* gnu/packages/linux.scm (mcelog): Update to 150.
This commit is contained in:
parent
8cf6a63382
commit
4d2e1d1442
1 changed files with 2 additions and 2 deletions
|
@ -3320,14 +3320,14 @@ (define-public module-init-tools
|
|||
(define-public mcelog
|
||||
(package
|
||||
(name "mcelog")
|
||||
(version "149")
|
||||
(version "150")
|
||||
(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
|
||||
"08hd8bl9rgss990icb69srarrfwcg8k7py979ak753j92ybbkhdm"))
|
||||
"1skfiracl3a1afmml8mvnccr4rym4ibv33c342rkyxn0j3088h24"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue