GNU bug report logs -
#77458
[PATCH] gnu: lyrebird: Update to 0.6.0.
Previous Next
To reply to this bug, email your comments to 77458 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
cox.katherine.e+guix <at> gmail.com, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
:
bug#77458
; Package
guix-patches
.
(Wed, 02 Apr 2025 14:13:22 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
André Batista <nandre <at> riseup.net>
:
New bug report received and forwarded. Copy sent to
cox.katherine.e+guix <at> gmail.com, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
.
(Wed, 02 Apr 2025 14:13:22 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77458
; Package
guix-patches
.
(Wed, 02 Apr 2025 19:38:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77458 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi André,
May you create the patch from the current go-team branch, it has all
Golang module moved from (gnu packages golang) into corresponded
submodules.
Please, keep the list stile here:
--8<---------------cut here---------------start------------->8---
(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
--8<---------------cut here---------------end--------------->8---
e.g.
--8<---------------cut here---------------start------------->8---
(arguments
(list
+ #:go go-1.22
#:install-source? #f
--8<---------------cut here---------------end--------------->8---
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
cox.katherine.e+guix <at> gmail.com, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
:
bug#77458
; Package
guix-patches
.
(Fri, 04 Apr 2025 15:08:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 77458 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (lyrebird): Update to 0.6.0.
[arguments]<#:go>: Set to go-1.22.
Change-Id: Ic42a459b851f4e1befbef3c7764f627f3b45d7c9
---
gnu/packages/golang-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
JIT for the train!
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 4f8c669d6b..dd8465b29e 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10660,7 +10660,7 @@ (define-public go-nhooyr-io-websocket
(define-public lyrebird
(package
(name "lyrebird")
- (version "0.5.0")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -10669,10 +10669,11 @@ (define-public lyrebird
(commit (string-append "lyrebird-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1qk7npkj0a3a28rp38whl1jwjr0z0hdcsq5bgm8bl1fk9g6cqbnp"))))
+ (base32 "1hhilnk72s0h3cm7zw89n3kiqwa32c0r1a1y5ygp432hmrxvr2b0"))))
(build-system go-build-system)
(arguments
(list
+ #: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"))
base-commit: c839cf2cc8fc496ef14826a6c75a7037da566d4e
--
2.48.1
This bug report was last modified 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.