summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-05-18 09:32:59 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-05-18 18:55:11 +0200
commit4d2e1d1442dc33195c8ace105af8e5edfa317dc2 (patch)
tree566501fd36377006b356e9c6a7306d14e456ecbe /gnu
parent8cf6a63382099cf178f71ae84ec4a49b3c8a92dc (diff)
downloadguix-4d2e1d1442dc33195c8ace105af8e5edfa317dc2.tar.gz
gnu: mcelog: Update to 150.
* gnu/packages/linux.scm (mcelog): Update to 150.
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 6ed761cd0b..4cd4943b5b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3320,14 +3320,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
 (define-public mcelog
   (package
     (name "mcelog")
-    (version "149")
+    (version "150")
     (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
-                "08hd8bl9rgss990icb69srarrfwcg8k7py979ak753j92ybbkhdm"))
+                "1skfiracl3a1afmml8mvnccr4rym4ibv33c342rkyxn0j3088h24"))
               (file-name (string-append name "-" version ".tar.gz"))
               (modules '((guix build utils)))
               (snippet