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: Cayetano Santos <csantosb <at> inventati.org>
Subject: bug#77639: closed (Re: [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 bug report

#77639: [PATCH] gnu: libsigrokdecode: Update to 0.5.3-1.71f4514.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77639 <at> debbugs.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: 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


[Message part 3 (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




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.