diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-01-24 23:44:57 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-07 09:09:46 +0100 |
commit | abb73a603bea385c6e92e631339a75f63724d7ea (patch) | |
tree | acfb5646b2742ebb6aeaeb4427e25644d4bd2f41 /gnu/packages | |
parent | e9606d88a9a81c5ce2f7fb85ff531cb0ba1f451d (diff) | |
download | guix-abb73a603bea385c6e92e631339a75f63724d7ea.tar.gz guix-abb73a603bea385c6e92e631339a75f63724d7ea.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 54e3da8be2..b3dbec107f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 |