gnu: mcelog: Update to 172.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 22 Sep 2020 23:03:27 +0000 (01:03 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 23 Sep 2020 02:36:43 +0000 (04:36 +0200)
* gnu/packages/linux.scm (mcelog): Update to 172.

gnu/packages/linux.scm

index 95dff24..2c80bda 100644 (file)
@@ -5703,14 +5703,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
 (define-public mcelog
   (package
     (name "mcelog")
-    (version "170")
+    (version "172")
     (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
-                "1m11v1y7cvpm7hwsghj23z77ps1w5jzn8000iwiyxpb939h2km5l"))
+                "17666056masfly83791q831yzw6sy1m6rwkxw7sqgjrhchn9sc4w"))
               (file-name (string-append name "-" version ".tar.gz"))
               (modules '((guix build utils)))
               (snippet