guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit c69f16186e75485aa42a4473082ea6f52d0e7b4c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 21:37:20 2026 +0000
gnu: go-github-com-pion-rtp: Update to 1.10.1.
* gnu/packages/golang-web.scm (go-github-com-pion-rtp): Update to 1.10.1.
Change-Id: Ib0efd79de7510cbd9fec5261b0de564a2169516f
---
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 32a35a629b..4551918805 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11786,16 +11786,16 @@ to @url{https://www.rfc-editor.org/rfc/rfc3550, RFC
3550},
(define-public go-github-com-pion-rtp
(package
(name "go-github-com-pion-rtp")
- (version "1.8.21")
+ (version "1.10.1")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pion/rtp")
- (commit (string-append "v" version))))
+ (url "https://github.com/pion/rtp")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1hc5cdxgf0m44awvzzaby3hrlnhjbxjivl6981069xwgxspqakhm"))))
+ (base32 "0cnx8g1bhla8sxrqcp4r5lxjj8jzjk9vrz6jsrwxd1y4a96m0slj"))))
(build-system go-build-system)
(arguments
(list