summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-07 04:14:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-07 05:57:52 +0100
commitf561aca5303aed0b0e061d67718acc27ad5279ef (patch)
tree5b4d900059a64025657cb43fcd97d938bb336a30 /gnu/packages/linux.scm
parent0af2788d21fa0710346568f6e9fc88896a46db52 (diff)
downloadguix-patches-f561aca5303aed0b0e061d67718acc27ad5279ef.tar
guix-patches-f561aca5303aed0b0e061d67718acc27ad5279ef.tar.gz
gnu: mcelog: Update to 180.
* gnu/packages/linux.scm (mcelog): Update to 180. [native-inputs]: Add python-wrapper.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index baed31a510..884d781b32 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6525,7 +6525,7 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(define-public mcelog
(package
(name "mcelog")
- (version "179")
+ (version "180")
(source
(origin
(method git-fetch)
@@ -6534,7 +6534,7 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0fz9j0p8jyp4m09wshl8cdhdvrdidf29bjp9hgwvv6xvg8lma06g"))
+ (base32 "1xy1082c67yd48idg5vwvrw7yx74gn6jj2d9c67d0rh6yji091ki"))
(modules '((guix build utils)))
(snippet
`(begin
@@ -6553,6 +6553,8 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
"etcprefix=$(DOCDIR)/examples"))
;; The tests will only run as root on certain supported CPU models.
#:tests? #f))
+ (native-inputs
+ (list python-wrapper)) ; to generate example mcelog.conf
(supported-systems (list "i686-linux" "x86_64-linux"))
(home-page "https://mcelog.org/")
(synopsis "Machine check monitor for x86 Linux systems")