sharlatan pushed a commit to branch go-team
in repository guix.

commit 2766a32f00a72b0ea043552f4a6655c76df9899b
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Feb 27 16:38:21 2025 +0000

    gnu: go-github-com-pion-rtp: Update to 1.8.11.
    
    * gnu/packages/golang-web.scm (go-github-com-pion-rtp): Update to 1.8.11.
    
    Change-Id: I451fca40568c50de9c5969d1c5b230a3b37d06d1
---
 gnu/packages/golang-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 968b26a518..94699c19bb 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -7008,7 +7008,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.6")
+    (version "1.8.11")
     (source
      (origin
        (method git-fetch)
@@ -7017,7 +7017,7 @@ 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 "1vrdvswvvbqq83kbjlyblarbsn5v0sjcwrcv03nncd605cggnbkx"))))
+        (base32 "1a4fj31j7glhfsnxxwm8r72l6capz9mh8kfr340659ahgiijdkcg"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to