mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
199fd8541c
commit
2602e40362
1 changed files with 3 additions and 3 deletions
|
@ -10768,7 +10768,7 @@ protocol.")
|
||||||
(define-public lyrebird
|
(define-public lyrebird
|
||||||
(package
|
(package
|
||||||
(name "lyrebird")
|
(name "lyrebird")
|
||||||
(version "0.6.0")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10777,11 +10777,11 @@ protocol.")
|
||||||
(commit (string-append "lyrebird-" version))))
|
(commit (string-append "lyrebird-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hhilnk72s0h3cm7zw89n3kiqwa32c0r1a1y5ygp432hmrxvr2b0"))))
|
(base32 "1wmcr2ywzp38z7p8gqb0r4wpsz1f67fn3dln9pswcjscvgm251pj"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:go go-1.22
|
#:go go-1.23
|
||||||
#:build-flags #~(list (string-append "-ldflags="
|
#:build-flags #~(list (string-append "-ldflags="
|
||||||
"-X main.lyrebirdVersion="
|
"-X main.lyrebirdVersion="
|
||||||
#$version " -s -w"))
|
#$version " -s -w"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue