mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: mcelog: Update to 189.
* gnu/packages/linux.scm (mcelog): Update to 189.
This commit is contained in:
parent
f8a29a4163
commit
e3674f83b2
1 changed files with 2 additions and 2 deletions
|
@ -6706,7 +6706,7 @@ (define-public mce-inject
|
|||
(define-public mcelog
|
||||
(package
|
||||
(name "mcelog")
|
||||
(version "188")
|
||||
(version "189")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6715,7 +6715,7 @@ (define-public mcelog
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pdh0fj12wrm7whi96ak7m1f5b8ivgklabwkhfcfxd8dg134qczf"))
|
||||
(base32 "0ml12xmmmljp22a89fw23c6gmba4dngavgnisv665w67kbnv5085"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
`(begin
|
||||
|
|
Loading…
Reference in a new issue