guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5057e542aa34cbe19c0c757ae2ca8fcfffd9d0ba
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Aug 30 10:38:27 2025 +0300
gnu: go-github-com-pion-rtp: Update to 1.8.21.
* gnu/packages/golang-web.scm (go-github-com-pion-rtp): Update to 1.8.21.
[native-inputs]: Add go-github-com-stretchr-testify.
Change-Id: I4e4b711f185d08de82d6fdf1a0c9820b6b69d526
---
gnu/packages/golang-web.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 4215630aff..898d6b38b1 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -8723,7 +8723,7 @@ 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.11")
+ (version "1.8.21")
(source
(origin
(method git-fetch)
@@ -8732,11 +8732,13 @@ to @url{https://www.rfc-editor.org/rfc/rfc3550, RFC
3550},
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1a4fj31j7glhfsnxxwm8r72l6capz9mh8kfr340659ahgiijdkcg"))))
+ (base32 "1hc5cdxgf0m44awvzzaby3hrlnhjbxjivl6981069xwgxspqakhm"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/pion/rtp"))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
(propagated-inputs
(list go-github-com-pion-randutil))
(home-page "https://github.com/pion/rtp")