guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 0dc28860bc9ddf4e2565973bd411be2493397b5d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 14 00:02:45 2026 +0000
gnu: go-github-com-libp2p-go-yamux-v5: Update to 5.1.0.
* gnu/packages/golang-web.scm (go-github-com-libp2p-go-yamux-v5): Update to
5.1.0.
Change-Id: I1fa903af88b614dce50d251acec7ff32b7a220ea
---
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 734821883b..24fc52c8e6 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -9122,7 +9122,7 @@ It is inspired by SPDY but is not interoperable with it.")
(package
(inherit go-github-com-libp2p-go-yamux-v4)
(name "go-github-com-libp2p-go-yamux-v5")
- (version "5.0.0")
+ (version "5.1.0")
(source
(origin
(method git-fetch)
@@ -9131,7 +9131,7 @@ It is inspired by SPDY but is not interoperable with it.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "019jj3qwzrbqcgwzri5iwi1vh2cn0ms6k8fx14jlmy856b25yl3y"))))
+ (base32 "0m9cvbkm90ba7wmyy5kfrb26wba1pbbp1miyvd0s15cjzs2gw2mf"))))
(build-system go-build-system)
(arguments
(substitute-keyword-arguments