all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61047] [PATCH] gnu: rasdaemon: Update to 0.7.0.
@ 2023-01-24 23:44 Bruno Victal
  2023-02-07  8:15 ` bug#61047: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-01-24 23:44 UTC (permalink / raw)
  To: 61047; +Cc: Bruno Victal

* gnu/packages/linux.scm (rasdaemon): Update to 0.7.0.
---
 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 250eacd076..57521e1a0f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9528,7 +9528,7 @@ (define-public erofs-utils
 (define-public rasdaemon
   (package
     (name "rasdaemon")
-    (version "0.6.8")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -9537,7 +9537,7 @@ (define-public rasdaemon
              (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

base-commit: 718223c58c20fa066527fb30da2b5dccca82913f
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61047: [PATCH] gnu: rasdaemon: Update to 0.7.0.
  2023-01-24 23:44 [bug#61047] [PATCH] gnu: rasdaemon: Update to 0.7.0 Bruno Victal
@ 2023-02-07  8:15 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-07  8:15 UTC (permalink / raw)
  To: Bruno Victal; +Cc: guix-patches, 61047-done

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]


Bruno Victal <mirai@makinata.eu> writes:

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

Thanks! This looks good to me, pushed to master as
abb73a603bea385c6e92e631339a75f63724d7ea.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-07  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24 23:44 [bug#61047] [PATCH] gnu: rasdaemon: Update to 0.7.0 Bruno Victal
2023-02-07  8:15 ` bug#61047: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.