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

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

    gnu: go-github-com-pion-interceptor: Update to 0.1.37.
    
    * gnu/packages/golang-web.scm (go-github-com-pion-interceptor): Update to 
0.1.37.
    
    Change-Id: I3f06fbedc313db945cd659a0a303a95467b2e684
---
 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 a70960b3a6..968b26a518 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -6892,7 +6892,7 @@ 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.30")
+    (version "0.1.37")
     (source
      (origin
        (method git-fetch)
@@ -6901,7 +6901,7 @@ part of @url{https://github.com/pion, Pion} WebRTC 
implementation.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1b0mmrzb9m9xsskylambdcw3g9xfd1fdfagcw8k0l8886ckqjprr"))))
+        (base32 "0dl6z8ysssq8nnkrvbi1qnhib12mdwb8psqmmdhj43yffjwb0gg6"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to