guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 9655c2b57b87e9e4626966c52e507e886c39f60a
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 e5175c7ee3..8a89aba1f8 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -8983,7 +8983,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)
@@ -8992,7 +8992,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