aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-10-12 23:57:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-10-13 21:52:26 +0200
commite03e9c86da4072fb9131a49f90e2f5866dcd5afd (patch)
treecebe3b8c1aaab4d8886215597e2e3006e034d384
parent1f37465a66676225becad01346d01e93140ecbf0 (diff)
downloadguix-e03e9c86da4072fb9131a49f90e2f5866dcd5afd.tar
guix-e03e9c86da4072fb9131a49f90e2f5866dcd5afd.tar.gz
gnu: mcelog: Update to 154.
* gnu/packages/linux.scm (mcelog): Update to 154.
-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 42f4506b1f..8456b9c771 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3673,14 +3673,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(define-public mcelog
(package
(name "mcelog")
- (version "153")
+ (version "154")
(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
- "0q40d60p1klzg0aznvxhxgjlddwcxfj2q59s4q86sf9ild6rcdhl"))
+ "07628cr05f50m7lsvw26wxlnb7qcl0x6rymdpp5spqzhz91l58p3"))
(file-name (string-append name "-" version ".tar.gz"))
(modules '((guix build utils)))
(snippet