[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/18: gnu: Add go-github-com-ipfs-go-ipfs-blocksutil.
From: |
guix-commits |
Subject: |
12/18: gnu: Add go-github-com-ipfs-go-ipfs-blocksutil. |
Date: |
Mon, 22 Jul 2024 18:29:12 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 2053b36e5c4b187357443ded7fcd03139507a23e
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sat Jul 20 18:33:50 2024 +0300
gnu: Add go-github-com-ipfs-go-ipfs-blocksutil.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-blocksutil): New
variable.
Change-Id: I64c8f6a6d2337b40fa24e478ba49a590abced8ec
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/ipfs.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 82d8914250..08f88ef3e4 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -72,6 +72,36 @@ by a @acronym{Content Identifiers,CID}. The CID contains the
multihash
corresponding to the block.")
(license license:expat)))
+(define-public go-github-com-ipfs-go-ipfs-blocksutil
+ ;; Use the latest commit from the "master" branch to fix the build with
+ ;; go-1.21, see <https://github.com/ipfs/go-ipfs-blocksutil/issues/25>.
+ (let ((commit "ce0497f5ee55c479db98905aec8ff56c27aad2a2")
+ (revision "0"))
+ (package
+ (name "go-github-com-ipfs-go-ipfs-blocksutil")
+ (version (git-version "0.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ipfs/go-ipfs-blocksutil";)
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ya6376wphp51rv48nmv4jw3x0mf6ym5yx1650fbkp5l5crqpdb8"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/ipfs/go-ipfs-blocksutil"))
+ (propagated-inputs
+ (list go-github-com-ipfs-go-block-format))
+ (home-page "https://github.com/ipfs/go-ipfs-blocksutil";)
+ (synopsis "Utility functions for working with IPFS blocks")
+ (description
+ "This package provides an utility functions for working with
+@url{https://github.com/ipfs/go-block-format, IPFS blocks}.")
+ (license license:expat))))
+
(define-public go-github-com-ipfs-go-cid
(package
(name "go-github-com-ipfs-go-cid")
- branch master updated (b70893b5c2 -> cdf4677597), guix-commits, 2024/07/22
- 03/18: gnu: Add go-github-com-niklasfasching-go-org., guix-commits, 2024/07/22
- 01/18: gnu: go-google-golang-org-protobuf: Disable some failing tests., guix-commits, 2024/07/22
- 16/18: gnu: Add go-github-com-ipfs-go-metrics-interface., guix-commits, 2024/07/22
- 09/18: gnu: vale: Update to 3.4.2., guix-commits, 2024/07/22
- 17/18: gnu: Add go-github-com-ipfs-go-ipfs-blockstore., guix-commits, 2024/07/22
- 08/18: gnu: go-github-com-mitchellh-mapstructure: Update to 1.5.0., guix-commits, 2024/07/22
- 12/18: gnu: Add go-github-com-ipfs-go-ipfs-blocksutil.,
guix-commits <=
- 02/18: gnu: go-github-com-syndtr-goleveldb: Disable some failing tests., guix-commits, 2024/07/22
- 14/18: gnu: Add go-github-com-ipfs-bbloom., guix-commits, 2024/07/22
- 10/18: gnu: Add go-github-com-pion-sctp., guix-commits, 2024/07/22
- 07/18: gnu: go-github-com-spf13-viper: Disable tests., guix-commits, 2024/07/22
- 13/18: gnu: Add go-github-com-ipfs-go-ipfs-exchange-interface., guix-commits, 2024/07/22
- 04/18: gnu: Add go-github-com-xi2-xz., guix-commits, 2024/07/22
- 05/18: gnu: Add go-github-com-mholt-archiver-v3., guix-commits, 2024/07/22
- 06/18: gnu: go-github-com-jdkato-twine: Enable tests., guix-commits, 2024/07/22
- 15/18: gnu: Add go-github-com-ipfs-go-ipfs-ds-help., guix-commits, 2024/07/22
- 11/18: gnu: Add go-github-com-pion-datachannel., guix-commits, 2024/07/22