guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

191/224: gnu: go-github-com-libp2p-go-yamux-v4: Update to 4.0.2.


From: guix-commits
Subject: 191/224: gnu: go-github-com-libp2p-go-yamux-v4: Update to 4.0.2.
Date: Fri, 21 Mar 2025 17:16:27 -0400 (EDT)

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

commit c93589c0d669b6a7b24df7e16861470115569433
Author: Sharlatan Hellseher <sharlatanus@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

[Prev in Thread] Current Thread [Next in Thread]