guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 2853a5e2bf8d8f2d8de78283c961116a7dff6cf6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 21:37:20 2026 +0000
gnu: go-github-com-pion-interceptor: Update to 0.1.44.
* gnu/packages/golang-web.scm (go-github-com-pion-interceptor): Update to
0.1.44.
[propagated-inputs]: Add go-golang-org-x-time.
Change-Id: Id05d02070402f1db825f3dc0406a31b987778266
---
gnu/packages/golang-web.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c37a791679..d2b4fcfb84 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11669,16 +11669,16 @@ part of @url{https://github.com/pion, Pion} WebRTC
implementation.")
(define-public go-github-com-pion-interceptor
(package
(name "go-github-com-pion-interceptor")
- (version "0.1.37")
+ (version "0.1.44")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pion/interceptor")
- (commit (string-append "v" version))))
+ (url "https://github.com/pion/interceptor")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0dl6z8ysssq8nnkrvbi1qnhib12mdwb8psqmmdhj43yffjwb0gg6"))))
+ (base32 "1k180k2c23pbn03mx8sr31r0bi3zbgv74kkb6wnc74b4awbzj5ni"))))
(build-system go-build-system)
(arguments
(list
@@ -11689,7 +11689,8 @@ part of @url{https://github.com/pion, Pion} WebRTC
implementation.")
(list go-github-com-pion-logging
go-github-com-pion-rtcp
go-github-com-pion-rtp
- go-github-com-pion-transport-v3))
+ go-github-com-pion-transport-v3
+ go-golang-org-x-time))
(home-page "https://github.com/pion/interceptor")
(synopsis "Pluggable RTP/RTCP processors for building real time
communication")
(description