gnu: Add go-github-com-pion-turn-v3.

* gnu/packages/golang-web.scm (go-github-com-pion-turn-v3): New variable.

Change-Id: I3e7aeb3c96e9ec4ab2f9b8f7b1b6fbaf3a7e3487
This commit is contained in:
Sharlatan Hellseher 2024-05-24 21:31:42 +01:00
parent fc25e039fc
commit 58c835a01f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1912,6 +1912,32 @@ (define-public go-github-com-pion-turn-v2
go-github-com-pion-transport-v2 go-github-com-pion-transport-v2
go-golang-org-x-sys)))) go-golang-org-x-sys))))
(define-public go-github-com-pion-turn-v3
(package
(inherit go-github-com-pion-turn)
(name "go-github-com-pion-turn-v3")
(version "3.0.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/pion/turn/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0l78m9ym0sv1zfalbv95lwblmr789fc53d957ph5mdznhjx89lyx"))))
(arguments
(substitute-keyword-arguments (package-arguments
go-github-com-pion-turn)
((#:import-path flags ''())
"github.com/pion/turn/v3")))
(propagated-inputs
(list go-github-com-pion-logging
go-github-com-pion-randutil
go-github-com-pion-stun-v2
go-github-com-pion-transport-v3
go-golang-org-x-sys))))
(define-public go-github-com-pires-go-proxyproto (define-public go-github-com-pires-go-proxyproto
(package (package
(name "go-github-com-pires-go-proxyproto") (name "go-github-com-pires-go-proxyproto")