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

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

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

View file

@ -1650,6 +1650,24 @@ (define-public go-github-com-pion-transport
throughout the @url{https://github.com/pion, Pion} modules.")
(license license:expat)))
(define-public go-github-com-pion-transport-v2
(package
(inherit go-github-com-pion-transport)
(name "go-github-com-pion-transport-v2")
(version "2.2.5")
(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 "00q3v37l56yr1ch25g5w70jy8y923csbvy4krvy4dv3h5f1mdpmf"))))
(arguments
(list
#:import-path "github.com/pion/transport/v2"))))
(define-public go-github-com-pires-go-proxyproto
(package
(name "go-github-com-pires-go-proxyproto")