aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-06-11 22:37:15 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-06-12 04:25:56 +0200
commit783467ae02b6b88081ef0c02af71b28db9729b59 (patch)
treec86c980a248cd8769678e7db846ba09f6299aef6 /gnu
parent9cf8d93a9ea1fca9c80bc6b8492c537e52530946 (diff)
downloadguix-783467ae02b6b88081ef0c02af71b28db9729b59.tar
guix-783467ae02b6b88081ef0c02af71b28db9729b59.tar.gz
gnu: mcelog: Update to 153.
* gnu/packages/linux.scm (mcelog): Update to 153.
Diffstat (limited to 'gnu')
-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 1573d9c8d2..9b2a522361 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3391,14 +3391,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(define-public mcelog
(package
(name "mcelog")
- (version "152")
+ (version "153")
(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
- "0df1kbiw1pl84l6b9g515lpk5a81hmy8r27yakr4hrmi2vwzdfh6"))
+ "0q40d60p1klzg0aznvxhxgjlddwcxfj2q59s4q86sf9ild6rcdhl"))
(file-name (string-append name "-" version ".tar.gz"))
(modules '((guix build utils)))
(snippet