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

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

    gnu: go-github-com-libp2p-go-yamux-v4: Update to 4.0.2.
    
    * gnu/packages/golang-web.scm (go-github-com-libp2p-go-yamux-v4): Update to 
4.0.2.
    
    Change-Id: I0e89fd0243cc57fe1a42f1f0367496d855c9adf7
---
 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 69457a5173..312c2ed25c 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -5317,7 +5317,7 @@ daemon as described in
 (define-public go-github-com-libp2p-go-yamux-v4
   (package
     (name "go-github-com-libp2p-go-yamux-v4")
-    (version "4.0.1")
+    (version "4.0.2")
     (source
      (origin
        (method git-fetch)
@@ -5326,7 +5326,7 @@ daemon as described in
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13px8fcjjp02cricabbf3x410jkr8sb6r369nqq1zrgr7v90s22j"))))
+        (base32 "1jrj7pamcs8s6pd6c8dhkfv3a8cdjhb0kamcxa9cgv79n8rnyp86"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to