aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-02-04 12:36:03 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-02-07 18:51:13 +0100
commit33a8687a2a465efd516e3a3fb742fd0e1aa49f05 (patch)
treed1dc14830ad169f1c5325710ff58bd6ccabf74b6 /gnu/packages/linux.scm
parent189d8422573bdcb9392dad76426ab3e9518017ec (diff)
downloadguix-33a8687a2a465efd516e3a3fb742fd0e1aa49f05.tar
guix-33a8687a2a465efd516e3a3fb742fd0e1aa49f05.tar.gz
gnu: mcelog: Update to 148.
* gnu/packages/linux.scm (mcelog): Update to 148.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 5f0db58009..dc4d37920b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3120,14 +3120,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(define-public mcelog
(package
(name "mcelog")
- (version "147")
+ (version "148")
(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
- "10xxmqpd348ifbs7w8j0m53agp28r6imv237ha3kmhp632hmyf1d"))
+ "1d5g09ndfsnl56vyhb5xw0zxspnh0f937biw3agqhdfbvw40j9jr"))
(file-name (string-append name "-" version ".tar.gz"))
(modules '((guix build utils)))
(snippet