summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-13 23:46:18 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-15 14:17:42 +0100
commite9e9e3ac742e79f5e4df48c024c11f7925d64c70 (patch)
tree0bef1d7f65901fe1501b7ef6962d535e5b671b9b /gnu
parent88d3f82ecd5f8252f73759e218d42559942a5cc0 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ipfs.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 00aa166eb0f..7fb7e091f67 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1344,7 +1344,7 @@ tasks distributed among peers.")
1344(define-public go-github-com-ipfs-go-test 1344(define-public go-github-com-ipfs-go-test
1345 (package 1345 (package
1346 (name "go-github-com-ipfs-go-test") 1346 (name "go-github-com-ipfs-go-test")
1347 (version "0.0.4") 1347 (version "0.2.3")
1348 (source 1348 (source
1349 (origin 1349 (origin
1350 (method git-fetch) 1350 (method git-fetch)
@@ -1353,7 +1353,7 @@ tasks distributed among peers.")
1353 (commit (string-append "v" version)))) 1353 (commit (string-append "v" version))))
1354 (file-name (git-file-name name version)) 1354 (file-name (git-file-name name version))
1355 (sha256 1355 (sha256
1356 (base32 "0h2lns6xl874m175l692qwsrwrv7jcx54ncqygjy9l3910ny2dg2")))) 1356 (base32 "0f19bz83lnmp9qqmiz09b163sgrx5rganbv2ppxq9nrbk3b88d78"))))
1357 (build-system go-build-system) 1357 (build-system go-build-system)
1358 (arguments 1358 (arguments
1359 (list 1359 (list