gnu: mcelog: Update to 176.
* gnu/packages/linux.scm (mcelog): Update to 176. Fix a typo whilst we're here.master
parent
1dfe984c9d
commit
a70c0da706
|
@ -6089,7 +6089,7 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
|
||||||
(define-public mcelog
|
(define-public mcelog
|
||||||
(package
|
(package
|
||||||
(name "mcelog")
|
(name "mcelog")
|
||||||
(version "175")
|
(version "176")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6098,11 +6098,11 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vvrnjkh1jp7f6295syydg7lplqmcm8msdls3xyk8xfiz69xqdjz"))
|
(base32 "1mlwn6ck9qiwqa2vg5wg1gvfva3jv7ygjr7p7bam0qszajs5pirk"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
`(begin
|
`(begin
|
||||||
;; The checkout lack a .git directory, breaking ‘git describe’.
|
;; The checkout lacks a .git directory, breaking ‘git describe’.
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("\"unknown\"") (string-append "\"v" ,version "\"")))
|
(("\"unknown\"") (string-append "\"v" ,version "\"")))
|
||||||
#t))))
|
#t))))
|
||||||
|
|
Reference in New Issue