summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-10-19 01:00:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-10-19 19:34:17 +0200
commitc17b5986f2fd6ebf100d1a2e6de85b9b5a98b463 (patch)
treed6675a26ff3f7fbb8ad3474ecbe534591e45c5a2
parent5e270e8e8f5f158dedadb646457a64c7125d54f0 (diff)
downloadpatches-c17b5986f2fd6ebf100d1a2e6de85b9b5a98b463.tar
patches-c17b5986f2fd6ebf100d1a2e6de85b9b5a98b463.tar.gz
gnu: mcelog: Update to 143.
* gnu/packages/linux.scm (mcelog): Update to 143.
-rw-r--r--gnu/packages/linux.scm4
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