summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 23:15:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 23:15:54 +0100
commita8ffe16066adc1a707e24007ce34c193513e9e3e (patch)
treea91becf488202cb24061399611c1397a116cb40e
parentc5f8334b8739d96b2a26dd1c3610c5babae94eff (diff)
downloadguix-patches-a8ffe16066adc1a707e24007ce34c193513e9e3e.tar
guix-patches-a8ffe16066adc1a707e24007ce34c193513e9e3e.tar.gz
gnu: mcelog: Update to 173.
* gnu/packages/linux.scm (mcelog): Update to 173.
-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 235cd7ddd7..42db62ba69 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5752,14 +5752,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(define-public mcelog
(package
(name "mcelog")
- (version "172")
+ (version "173")
(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
- "17666056masfly83791q831yzw6sy1m6rwkxw7sqgjrhchn9sc4w"))
+ "1a1j4lsvql3aiqbkdn10hhpvmhavhlr9qkh2scxcv1kn7rvvclih"))
(file-name (string-append name "-" version ".tar.gz"))
(modules '((guix build utils)))
(snippet