guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: mcelog: Update to 150.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: mcelog: Update to 150.
Date: Thu, 18 May 2017 12:53:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4d2e1d1442dc33195c8ace105af8e5edfa317dc2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu May 18 09:32:59 2017 +0200

    gnu: mcelog: Update to 150.
    
    * gnu/packages/linux.scm (mcelog): Update to 150.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6ed761c..4cd4943 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]