GNU bug report logs -
#71501
[PATCH 0/3] gnu: kubo: Unbundle more inputs.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-block-format): New variable.
Change-Id: I1120be12ff6c10149e227d679c1c532cb3548a5c
---
gnu/packages/ipfs.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index a44c4b0139..4a09993cb5 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -38,6 +38,36 @@ (define-module (gnu packages ipfs)
#:use-module (gnu packages python)
#:use-module (gnu packages shells))
+(define-public go-github-com-ipfs-go-block-format
+ (package
+ (name "go-github-com-ipfs-go-block-format")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ipfs/go-block-format")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0pd8ww06ss922g3w2fgi3w0q66y2mkb9b2q9x5qxabrjj65xranz"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:go go-1.21
+ #:import-path "github.com/ipfs/go-block-format"))
+ (propagated-inputs
+ (list go-github-com-multiformats-go-multihash
+ go-github-com-multiformats-go-varint
+ go-github-com-ipfs-go-cid
+ go-github-com-ipfs-go-ipfs-util))
+ (home-page "https://github.com/ipfs/go-block-format")
+ (synopsis "Set of interfaces for CID addressable blocks of data")
+ (description
+ "@code{go-block-format} is a set of interfaces that a type needs to implement in
+order to be a CID addressable block of data.")
+ (license license:expat)))
+
(define-public go-github-com-ipfs-go-cid
(package
(name "go-github-com-ipfs-go-cid")
--
2.45.1
This bug report was last modified 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.