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>master
parent
08f391af78
commit
79bc5c20b2
|
@ -1650,6 +1650,24 @@ packetizer and depacketizer.")
|
||||||
throughout the @url{https://github.com/pion, Pion} modules.")
|
throughout the @url{https://github.com/pion, Pion} modules.")
|
||||||
(license license:expat)))
|
(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
|
(define-public go-github-com-pires-go-proxyproto
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-pires-go-proxyproto")
|
(name "go-github-com-pires-go-proxyproto")
|
||||||
|
|
Reference in New Issue