guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/24: gnu: rasdaemon: Update to 0.6.8.


From: guix-commits
Subject: 14/24: gnu: rasdaemon: Update to 0.6.8.
Date: Sat, 7 May 2022 16:57:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 110ed3433defeda6f48429173de0b6c6772ea407
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 1 02:00:01 2022 +0200

    gnu: rasdaemon: Update to 0.6.8.
    
    * gnu/packages/linux.scm (rasdaemon): Update to 0.6.8.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 830e4771d6..9bb2314ebd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]