gnu: rasdaemon: Update to 0.7.0.
* gnu/packages/linux.scm (rasdaemon): Update to 0.7.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
e9606d88a9
commit
abb73a603b
1 changed files with 2 additions and 2 deletions
|
@ -9532,7 +9532,7 @@ provides user-space tools for creating EROFS file systems.")
|
||||||
(define-public rasdaemon
|
(define-public rasdaemon
|
||||||
(package
|
(package
|
||||||
(name "rasdaemon")
|
(name "rasdaemon")
|
||||||
(version "0.6.8")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9541,7 +9541,7 @@ provides user-space tools for creating EROFS file systems.")
|
||||||
(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 "0r0339mg4rc12p63iiq2kwdqn1zjakyiv014i2a2l9s8v5rjik41"))))
|
(base32 "1a3ycx1g2zyshlna9fg8c9329m8wia42vkmlh2awfab0ngwi3g50"))))
|
||||||
(native-inputs (list autoconf automake libtool))
|
(native-inputs (list autoconf automake libtool))
|
||||||
(inputs (list perl perl-dbd-sqlite sqlite dmidecode kmod))
|
(inputs (list perl perl-dbd-sqlite sqlite dmidecode kmod))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue