GNU bug report logs -
#77639
[PATCH] gnu: libsigrokdecode: Update to 0.5.3-1.71f4514.
Previous Next
To reply to this bug, email your comments to 77639 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
csantosb <at> inventati.org, ekaitz <at> elenq.tech, maxim.cournoyer <at> gmail.com, guix-patches <at> gnu.org
:
bug#77639
; Package
guix-patches
.
(Tue, 08 Apr 2025 12:44:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
csantosb <at> inventati.org, ekaitz <at> elenq.tech, maxim.cournoyer <at> gmail.com, guix-patches <at> gnu.org
.
(Tue, 08 Apr 2025 12:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Wed, 09 Apr 2025 08:15:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Wed, 09 Apr 2025 08:15:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77639-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
This bug report was last modified 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.