summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-11 13:40:02 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-15 14:17:40 +0100
commitb38be4eb3aff7453e37bb54ec7ecd616485fe2a7 (patch)
treec4a55187ea3cfdd0badce337de05f57968b8b1af /gnu
parentf84a10d16bcc4da504c139a352d36f303059507d (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-web.scm18
1 files changed, 11 insertions, 7 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 5813c7f455..27a273bf79 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11928,20 +11928,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