gnu: go-github-com-pion-transport-v2: Update to 2.2.10.

* gnu/packages/golang-web.scm (go-github-com-pion-transport-v2): Update to 2.2.10.
[native-inputs]: Add go-github-com-stretchr-testify.
[propagated-inputs]: Add go-github-com-wlynxg-anet.

Change-Id: I34393cc27ff5bfb722ffd395c137ba55a35f4a93
This commit is contained in:
Sharlatan Hellseher 2024-09-01 21:12:30 +01:00
parent c31d83e77d
commit 593327e9f1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3828,7 +3828,7 @@ (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")
(version "2.2.10")
(source
(origin
(inherit (package-source go-github-com-pion-transport))
@ -3837,10 +3837,15 @@ (define-public go-github-com-pion-transport-v2
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "00q3v37l56yr1ch25g5w70jy8y923csbvy4krvy4dv3h5f1mdpmf"))))
(base32 "0g5pg6mz61blprccxzysbwldkil84qgwp6404lsp4m9wh44312hf"))))
(arguments
(list
#:import-path "github.com/pion/transport/v2"))))
#:import-path "github.com/pion/transport/v2"))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs
(modify-inputs (package-propagated-inputs go-github-com-pion-transport)
(prepend go-github-com-wlynxg-anet)))))
(define-public go-github-com-pion-transport-v3
(package