diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-13 23:46:18 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-15 14:17:42 +0100 |
| commit | e9e9e3ac742e79f5e4df48c024c11f7925d64c70 (patch) | |
| tree | 0bef1d7f65901fe1501b7ef6962d535e5b671b9b /gnu/packages | |
| parent | 88d3f82ecd5f8252f73759e218d42559942a5cc0 (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/packages')
| -rw-r--r-- | gnu/packages/ipfs.scm | 4 |
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.") (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 |
