mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mcelog: Update to 190.
* gnu/packages/linux.scm (mcelog): Update to 190.
This commit is contained in:
parent
54bf243bae
commit
4681e01bdc
1 changed files with 2 additions and 2 deletions
|
@ -6947,7 +6947,7 @@ the @code{mce-inject} module loaded if it exists.")
|
|||
(define-public mcelog
|
||||
(package
|
||||
(name "mcelog")
|
||||
(version "189")
|
||||
(version "190")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6956,7 +6956,7 @@ the @code{mce-inject} module loaded if it exists.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ml12xmmmljp22a89fw23c6gmba4dngavgnisv665w67kbnv5085"))
|
||||
(base32 "1466zkbxgjg8ik0gd9vwsjiwg0yg7g8ra4bw3lg3ypla2kiydy4q"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
`(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue