GNU bug report logs - #77458
[PATCH] gnu: lyrebird: Update to 0.6.0.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: André Batista <nandre <at> riseup.net>
Subject: bug#77458: closed ([PATCH] gnu: lyrebird: Update to 0.6.0.)
Date: Thu, 10 Apr 2025 20:17:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77458: [PATCH] gnu: lyrebird: Update to 0.6.0.

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 77458 <at> debbugs.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)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 77458-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: lyrebird: Update to 0.6.0.
Date: Thu, 10 Apr 2025 21:16:47 +0100
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
From: André Batista <nandre <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: André Batista <nandre <at> riseup.net>
Subject: [PATCH] gnu: lyrebird: Update to 0.6.0.
Date: Wed,  2 Apr 2025 11:12:04 -0300
* 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




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.