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: André Batista <nandre <at> riseup.net>
To: 77458 <at> debbugs.gnu.org
Cc: André Batista <nandre <at> riseup.net>, cox.katherine.e+guix <at> gmail.com, sharlatanus <at> gmail.com
Subject: [bug#77458] [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.