summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-09-10 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-09-10 02:00:00 +0200
commit4cb885947313c97f8e621bd646158a946cd372b3 (patch)
treec63c7bdb5e33c8bd420b2d2f67fea34ff0a5bbfc /gnu
parent02e7d6057624a8410ba473460b9fb33682b7af3d (diff)
downloadguix-4cb885947313c97f8e621bd646158a946cd372b3.tar.gz
gnu: mcelog: Update to 195.
* gnu/packages/linux.scm (mcelog): Update to 195.
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 3d94282d59..7150673f4b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7156,7 +7156,7 @@ the @code{mce-inject} module loaded if it exists.")
 (define-public mcelog
   (package
     (name "mcelog")
-    (version "191")
+    (version "195")
     (source
      (origin
        (method git-fetch)
@@ -7165,7 +7165,7 @@ the @code{mce-inject} module loaded if it exists.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vx0lziw6g20vh42ngs66fiq2bm714llx5xx6f0m1hbjcihi1afy"))
+        (base32 "1bg2bj8flybd8kzmmaaslisc6lc1fs9nbv09im6r32dq48skx5aj"))
        (modules '((guix build utils)))
        (snippet
         `(begin