me
/
guix
Archived
1
0
Fork 0

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>
master
Bruno Victal 2023-01-24 23:44:57 +00:00 committed by Christopher Baines
parent e9606d88a9
commit abb73a603b
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -9532,7 +9532,7 @@ provides user-space tools for creating EROFS file systems.")
(define-public rasdaemon
(package
(name "rasdaemon")
(version "0.6.8")
(version "0.7.0")
(source
(origin
(method git-fetch)
@ -9541,7 +9541,7 @@ provides user-space tools for creating EROFS file systems.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0r0339mg4rc12p63iiq2kwdqn1zjakyiv014i2a2l9s8v5rjik41"))))
(base32 "1a3ycx1g2zyshlna9fg8c9329m8wia42vkmlh2awfab0ngwi3g50"))))
(native-inputs (list autoconf automake libtool))
(inputs (list perl perl-dbd-sqlite sqlite dmidecode kmod))
(arguments