1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: lyrebird: Update to 0.6.0.

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

Change-Id: Ic42a459b851f4e1befbef3c7764f627f3b45d7c9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
André Batista 2025-04-04 12:07:28 -03:00 committed by Sharlatan Hellseher
parent 08da56701f
commit 391f2c728a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -39,6 +39,7 @@
;;; Copyright © 2024 Jesse Eisses <jesse@eisses.email> ;;; Copyright © 2024 Jesse Eisses <jesse@eisses.email>
;;; Copyright © 2024 Roman Scherer <roman@burningswell.com> ;;; Copyright © 2024 Roman Scherer <roman@burningswell.com>
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com> ;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
;;; Copyright © 2025 André Batista <nandre@riseup.net>
;;; Copyright © 2025 Jussi Timperi <jussi.timperi@iki.fi> ;;; Copyright © 2025 Jussi Timperi <jussi.timperi@iki.fi>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -10741,7 +10742,7 @@ protocol.")
(define-public lyrebird (define-public lyrebird
(package (package
(name "lyrebird") (name "lyrebird")
(version "0.5.0") (version "0.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -10750,10 +10751,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 "1qk7npkj0a3a28rp38whl1jwjr0z0hdcsq5bgm8bl1fk9g6cqbnp")))) (base32 "1hhilnk72s0h3cm7zw89n3kiqwa32c0r1a1y5ygp432hmrxvr2b0"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:go go-1.22
#:install-source? #f #:install-source? #f
#:unpack-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird" #:unpack-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird"
#:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird")) #:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird"))