[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: mcelog: Update to 151.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/02: gnu: mcelog: Update to 151. |
Date: |
Wed, 24 May 2017 17:54:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8675ae15b77eca8c25b99a332056004bad9d88b1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed May 24 23:35:40 2017 +0200
gnu: mcelog: Update to 151.
* gnu/packages/linux.scm (mcelog): Update to 151.
---
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 bfe6b64..28babb4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3325,14 +3325,14 @@ the default @code{nsswitch} and the experimental
@code{umich_ldap}.")
(define-public mcelog
(package
(name "mcelog")
- (version "150")
+ (version "151")
(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
- "1skfiracl3a1afmml8mvnccr4rym4ibv33c342rkyxn0j3088h24"))
+ "1cgfdlz51hv2zbph00ylzm8z94gv8wakx7dva1pa4jcl3hnq0dh5"))
(file-name (string-append name "-" version ".tar.gz"))
(modules '((guix build utils)))
(snippet