guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 818194a4c8ab7ac8bd6ea568c6be9af32c635338
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 23:53:48 2026 +0000
gnu: go-github-com-multiformats-go-multistream: Update to 0.6.1.
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multistream):
Update to 0.6.1.
Change-Id: I27404c0dcc9dca528fc95d9e0e986dd6f63fd003
---
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 5b13fcf0f8..e5175c7ee3 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10546,7 +10546,7 @@ combinations is easy.")
(define-public go-github-com-multiformats-go-multistream
(package
(name "go-github-com-multiformats-go-multistream")
- (version "0.5.0")
+ (version "0.6.1")
(source
(origin
(method git-fetch)
@@ -10555,7 +10555,7 @@ combinations is easy.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1mlcz16ii090vq6brm02dmmkj8akkafa55kyvkrrwpq6zvj1hy23"))))
+ (base32 "1lawi95ms4gqq34na69cy9ziimdig04kaq9rzgl5ramf1cp86qj8"))))
(build-system go-build-system)
(arguments
(list