~ruther/guix-local

4d2e1d1442dc33195c8ace105af8e5edfa317dc2 — Tobias Geerinckx-Rice 8 years ago 8cf6a63
gnu: mcelog: Update to 150.

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

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 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