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

commit 06a82b2af9541362906081cd683f6b4f3d8e6e95
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 10:08:00 2025 +0100

    gnu: go-github-com-pion-turn-v4: Update to 4.1.1.
    
    * gnu/packages/golang-web.scm (go-github-com-pion-turn-v4): Update to 4.1.1.
    
    Change-Id: I6e76eb777ed871c86df4f8afbe1dc75ecb6af4d5
---
 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 c8ffa2589d..2b5c40d17d 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -9428,7 +9428,7 @@ it like any library.  The quickest way to get started is 
to look at the
   (package
     (inherit go-github-com-pion-turn-v3)
     (name "go-github-com-pion-turn-v4")
-    (version "4.0.0")
+    (version "4.1.1")
     (source
      (origin
        (method git-fetch)
@@ -9437,7 +9437,7 @@ it like any library.  The quickest way to get started is 
to look at the
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1yd0v6ijwl62qd2sz7imq9pd2grcrw4dhwnn4302m1k89pxr52wx"))))
+        (base32 "0ajkd63nkif2izblf8bnvs15126bdm4y8qymy2m8vwdbl70swsfv"))))
     (arguments
      (substitute-keyword-arguments (package-arguments
                                     go-github-com-pion-turn-v3)

Reply via email to