guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit e26ccd84c3aacaeef11f41a9de20fccc5ea33b7c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 23:46:18 2026 +0000
gnu: go-github-com-ipfs-go-test: Update to 0.2.3.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-test): Update to 0.2.3.
Change-Id: I7d5ff8fdfa14afc7f581932a0dd5f0f22e63b354
---
gnu/packages/ipfs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 00aa166eb0..7fb7e091f6 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1344,7 +1344,7 @@ tasks distributed among peers.")
(define-public go-github-com-ipfs-go-test
(package
(name "go-github-com-ipfs-go-test")
- (version "0.0.4")
+ (version "0.2.3")
(source
(origin
(method git-fetch)
@@ -1353,7 +1353,7 @@ tasks distributed among peers.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0h2lns6xl874m175l692qwsrwrv7jcx54ncqygjy9l3910ny2dg2"))))
+ (base32 "0f19bz83lnmp9qqmiz09b163sgrx5rganbv2ppxq9nrbk3b88d78"))))
(build-system go-build-system)
(arguments
(list