GNU bug report logs - #77639
[PATCH] gnu: libsigrokdecode: Update to 0.5.3-1.71f4514.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 8 Apr 2025 12:44:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77639: closed ([PATCH] gnu: libsigrokdecode: Update to
 0.5.3-1.71f4514.)
Date: Wed, 09 Apr 2025 08:15:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 9 Apr 2025 10:14:03 +0200
with message-id <Z_YsS03X3zpg_ems <at> jurong>
and subject line Re: [PATCH] gnu: libsigrokdecode: Update to 0.5.3-1.71f4514.
has caused the debbugs.gnu.org bug report #77639,
regarding [PATCH] gnu: libsigrokdecode: Update to 0.5.3-1.71f4514.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77639: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77639
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: libsigrokdecode: Update to 0.5.3-1.71f4514.
Date: Tue,  8 Apr 2025 14:42:32 +0200
* gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.3-1.71f4514.

[source]: Switch git repository.

Change-Id: Iba584cc89798984c23867c8dd3e5a687c7410ff2
---
 gnu/packages/electronics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 09875e4d63..53604130d6 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -88,20 +88,20 @@ (define-public libserialport
     (license license:lgpl3+)))
 
 (define-public libsigrokdecode
-  (let ((commit "e6962b3fe8260382bb9932a1cfdd7ee7090ce267")
-        (revision "0"))
+  (let ((commit "71f451443029322d57376214c330b518efd84f88")
+        (revision "1"))
     (package
       (name "libsigrokdecode")
       (version (git-version "0.5.3" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://github.com/sigrokproject/libsigrokdecode")
+                      (url "git://sigrok.org/libsigrokdecode")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0ik93p6k8hpv8ahchjnmir8paz2w718y1j8pnmrmagjx8vvqd9y6"))))
+                  "11l8vnf2khqbaqas7cfnq3f8q5w7am6nbkkd5mqj5kpb3ya2avb9"))))
       (outputs '("out" "doc"))
       (arguments
        `(#:phases

base-commit: 1dab24555a494beb3db5a335c675f07043e77f1c
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 77639-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: libsigrokdecode: Update to 0.5.3-1.71f4514.
Date: Wed, 9 Apr 2025 10:14:03 +0200
Pushed, thanks!

Andreas



This bug report was last modified 41 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.