guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit d4af4ad5e32f0b2ae23d5e04927cd6d0b5b4a130
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 21:45:54 2026 +0000
gnu: go-github-com-pion-srtp-v3: Update to 3.0.10.
* gnu/packages/golang-web.scm (go-github-com-pion-srtp-v3): Update to
3.0.10.
Change-Id: Id51378765774c45b56064940d43300f470b9039d
---
gnu/packages/golang-web.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index e89ed847c0..a894060e1f 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11903,23 +11903,23 @@ Protocol,SCTP} as specified in
(package
(inherit go-github-com-pion-srtp-v2)
(name "go-github-com-pion-srtp-v3")
- (version "3.0.7")
+ (version "3.0.10")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pion/srtp")
- (commit (string-append "v" version))))
+ (url "https://github.com/pion/srtp")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0l8y01ci5fsx8b6ajn9cvs45hqpz838x0jnyyj1p2z714nw9jh61"))))
+ (base32 "1lmmn0x1b7g2q5lp3nkhyc5g32lrirnb9dx2x274hfdmzmcgw104"))))
(arguments
(list
#:import-path "github.com/pion/srtp/v3"))
(propagated-inputs
(modify-inputs (package-propagated-inputs go-github-com-pion-srtp-v2)
(replace "go-github-com-pion-transport-v2"
- go-github-com-pion-transport-v3)))))
+ go-github-com-pion-transport-v4)))))
(define-public go-github-com-pion-stun
(package