diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2d82093371..eeafa717d1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2952,14 +2952,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.") (define-public mcelog (package (name "mcelog") - (version "142") + (version "143") (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 - "15a9hllwj32l1zh7x4swx8985x6nqrplvxjyfdsqysxw2pk6pixr")) + "1mn5i1d6ybfxqgr6smlpxcx1wb53h0r2rp90ild7919b9yqxpk0x")) (file-name (string-append name "-" version ".tar.gz")) (modules '((guix build utils))) (snippet |