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

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

Change-Id: I465da7f98a1f6c9d05c69fd5e3efd0a9de5a0b36
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Artyom V. Poptsov 2024-05-15 09:17:11 +03:00 committed by Sharlatan Hellseher
parent 79bc5c20b2
commit 78e7868bb5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1668,6 +1668,24 @@ (define-public go-github-com-pion-transport-v2
(list
#:import-path "github.com/pion/transport/v2"))))
(define-public go-github-com-pion-transport-v3
(package
(inherit go-github-com-pion-transport)
(name "go-github-com-pion-transport-v3")
(version "3.0.2")
(source
(origin
(inherit (package-source go-github-com-pion-transport))
(uri (git-reference
(url "https://github.com/pion/transport/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0j7ljkbyf2qd7daxg7d1rd6c92md64agi59b69g6jyqpz5jww998"))))
(arguments
(list
#:import-path "github.com/pion/transport/v3"))))
(define-public go-github-com-pires-go-proxyproto
(package
(name "go-github-com-pires-go-proxyproto")