sharlatan pushed a commit to branch go-team
in repository guix.
commit 4ddbbd30616366eddb1a0efe34d5084bdde85a1a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Feb 23 14:56:32 2025 +0000
gnu: go-github-com-ipfs-go-ipld-legacy: Use default go.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipld-legacy) [arguments]
<go>: Use current deault (go-1.21).
Change-Id: I33b17dc39f83da2014192ddc9a637afa53ecfcd8
---
gnu/packages/ipfs.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index a9e3dccb8f..6c60b27564 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -919,18 +919,19 @@ order to be a part of the @acronym{IPLD, InterPlanetary
Linked Data} merkle-fore
(build-system go-build-system)
(arguments
(list
- #:go go-1.21
#:import-path "github.com/ipfs/go-ipld-legacy"))
- (native-inputs (list go-github-com-stretchr-testify))
- (propagated-inputs (list go-github-com-ipfs-go-block-format
- go-github-com-ipfs-go-cid
- go-github-com-ipfs-go-ipld-format
- go-github-com-ipld-go-ipld-prime))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
+ (propagated-inputs
+ (list go-github-com-ipfs-go-block-format
+ go-github-com-ipfs-go-cid
+ go-github-com-ipfs-go-ipld-format
+ go-github-com-ipld-go-ipld-prime))
(home-page "https://github.com/ipfs/go-ipld-legacy")
(synopsis "Translation layer for IPLD legacy code")
(description
- "@code{go-ipld-format} is a translation layer between
@code{go-ipld-prime} nodes
-and @code{go-ipld-format} legacy interface.")
+ "@code{go-ipld-format} is a translation layer between
+@code{go-ipld-prime} nodes and @code{go-ipld-format} legacy interface.")
(license (list license:expat license:asl2.0))))
(define-public go-github-com-ipfs-go-merkledag