guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 1e73587084269a04031593a08530d1aff0e12561
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 21:37:20 2026 +0000
gnu: go-github-com-pion-rtcp: Update to 1.2.16.
* gnu/packages/golang-web.scm (go-github-com-pion-rtcp): Update to 1.2.16.
Change-Id: Icfeb7543b199e55461c11eec2438a9a0087fdc05
---
gnu/packages/golang-web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index d2b4fcfb84..32a35a629b 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11759,16 +11759,16 @@ interceptors are then run sequentially.")
(define-public go-github-com-pion-rtcp
(package
(name "go-github-com-pion-rtcp")
- (version "1.2.14")
+ (version "1.2.16")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pion/rtcp")
- (commit (string-append "v" version))))
+ (url "https://github.com/pion/rtcp")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "00hfq0l17zq47slzfbrghgfc0v808hqiyaab3ni9kh1v7nmvp5ic"))))
+ (base32 "1aj2zapmah998jaaas7b599drpyw85zivfkk3kxrwbqqqpw339qp"))))
(build-system go-build-system)
(arguments
(list