GNU bug report logs -
#77458
[PATCH] gnu: lyrebird: Update to 0.6.0.
Previous Next
Reported by: André Batista <nandre <at> riseup.net>
Date: Wed, 2 Apr 2025 14:13:20 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 10 Apr 2025 21:16:47 +0100
with message-id <87plhju5zk.fsf <at> gmail.com>
and subject line [PATCH] gnu: lyrebird: Update to 0.6.0.
has caused the debbugs.gnu.org bug report #77458,
regarding [PATCH] gnu: lyrebird: Update to 0.6.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77458: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77458
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/goland.scm (lyrebird): Update to 0.6.0.
[arguments]<#:go>: Set to go-1.22.
Change-Id: I8d54b9e80560f2f6e7bbd071498dede588660a09
---
gnu/packages/golang.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 791e2db9f9..799dedceef 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1626,7 +1626,7 @@ (define-public go-github-com-wraparound-wrap
(define-public lyrebird
(package
(name "lyrebird")
- (version "0.5.0")
+ (version "0.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1635,13 +1635,13 @@ (define-public lyrebird
(file-name (git-file-name name version))
(sha256
(base32
- "1qk7npkj0a3a28rp38whl1jwjr0z0hdcsq5bgm8bl1fk9g6cqbnp"))))
+ "1hhilnk72s0h3cm7zw89n3kiqwa32c0r1a1y5ygp432hmrxvr2b0"))))
(build-system go-build-system)
(arguments
- (list
- #:install-source? #f
- #:unpack-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird"
- #:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird"))
+ `(#:go ,go-1.22
+ #:install-source? #f
+ #:unpack-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird"
+ #:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird"))
(propagated-inputs
(list go-filippo-io-edwards25519
go-github-com-dchest-siphash
base-commit: 5735c278e16517d9be5e26235fe68dea9bae3527
--
2.48.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hi,
Pushed to go-team after successful local build:
--8<---------------cut here---------------start------------->8---
/gnu/store/jhi7g3zfl1av338p53d6s7d2ixvy2rq5-lyrebird-0.6.0
--8<---------------cut here---------------end--------------->8---
go-team is in a queue to be merged, hope soon: <https://issues.guix.gnu.org/76654>.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.