1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: lyrebird: Update to 0.6.1.

* gnu/packages/golang-web.scm (lyrebird): Update to 0.6.1.
[arguments] <#:go>: Set to go-1.23.

Change-Id: Icb361b94cde4567e6d872cd8b2252ab7b22ef041
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
André Batista 2025-05-27 14:41:57 -03:00 committed by Sharlatan Hellseher
parent 199fd8541c
commit 2602e40362
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -10768,7 +10768,7 @@ protocol.")
(define-public lyrebird
(package
(name "lyrebird")
(version "0.6.0")
(version "0.6.1")
(source
(origin
(method git-fetch)
@ -10777,11 +10777,11 @@ protocol.")
(commit (string-append "lyrebird-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1hhilnk72s0h3cm7zw89n3kiqwa32c0r1a1y5ygp432hmrxvr2b0"))))
(base32 "1wmcr2ywzp38z7p8gqb0r4wpsz1f67fn3dln9pswcjscvgm251pj"))))
(build-system go-build-system)
(arguments
(list
#:go go-1.22
#:go go-1.23
#:build-flags #~(list (string-append "-ldflags="
"-X main.lyrebirdVersion="
#$version " -s -w"))