mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: rasdaemon: Update to 0.6.8.
* gnu/packages/linux.scm (rasdaemon): Update to 0.6.8.
This commit is contained in:
parent
73b0b298bf
commit
110ed3433d
1 changed files with 2 additions and 2 deletions
|
@ -9072,7 +9072,7 @@ provides user-space tools for creating EROFS file systems.")
|
|||
(define-public rasdaemon
|
||||
(package
|
||||
(name "rasdaemon")
|
||||
(version "0.6.7")
|
||||
(version "0.6.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -9081,7 +9081,7 @@ provides user-space tools for creating EROFS file systems.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12ih96jwmr7imp9zyckf9zjqqm5ra1kv5fj6kbw71y6yl31069dz"))))
|
||||
(base32 "0r0339mg4rc12p63iiq2kwdqn1zjakyiv014i2a2l9s8v5rjik41"))))
|
||||
(native-inputs (list autoconf automake libtool))
|
||||
(inputs (list sqlite))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue