guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 80d0a7625935ea91ea852d2eec001204ce89ea25
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 11 13:40:02 2026 +0000
gnu: go-github-com-pion-transport-v3: Update to 3.1.1.
* gnu/packages/golang-web.scm (go-github-com-pion-transport-v3): Update to
3.1.1.
[arguments]: Dont' inherit from go-github-com-pion-transport-v2.
[propagated-inputs]: Add go-github-com-pion-logging,
go-github-com-wlynxg-anet, go-golang-org-x-net, and go-golang-org-x-sys.
Change-Id: Ie2b58f7204ca1d615fed608873a090d0b95fcd32
---
gnu/packages/golang-web.scm | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index cc972e0ce9..b820300cce 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -12049,20 +12049,24 @@ throughout the @url{https://github.com/pion, Pion}
modules.")
(package
(inherit go-github-com-pion-transport-v2)
(name "go-github-com-pion-transport-v3")
- (version "3.0.7")
+ (version "3.1.1")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pion/transport")
- (commit (string-append "v" version))))
+ (url "https://github.com/pion/transport")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "05qv7packvz18dfw5bc616f7hy9ad9jz10yxckg29g60y43k5nkf"))))
+ (base32 "0h9da86rpws4g9vclmb938iabcmxdxwkdaakd7x77gy719n78ymk"))))
(arguments
- (substitute-keyword-arguments (package-arguments
- go-github-com-pion-transport-v2)
- ((#:import-path _) "github.com/pion/transport/v3")))))
+ (list
+ #:import-path "github.com/pion/transport/v3"))
+ (propagated-inputs
+ (list go-github-com-pion-logging
+ go-github-com-wlynxg-anet
+ go-golang-org-x-net
+ go-golang-org-x-sys))))
(define-public go-github-com-pion-turn-v2
(package