all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 72211@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#72211] [PATCH 1/7] gnu: Add go-github-com-ipfs-go-ipfs-blocksutil.
Date: Sat, 20 Jul 2024 18:33:50 +0300	[thread overview]
Message-ID: <6d0852d5aa9073961a3cbde95ea7b87e7e0e6216.1721486984.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1721486984.git.poptsov.artyom@gmail.com>

* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-blocksutil): New variable.

Change-Id: I64c8f6a6d2337b40fa24e478ba49a590abced8ec
---
 gnu/packages/ipfs.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 82d8914250..01b020a14c 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -72,6 +72,35 @@ (define-public go-github-com-ipfs-go-block-format
 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.
+  (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
+        #:go go-1.21
+        #: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
+       "Package @code{go-ipfs-blocksutil} provides provides 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")
-- 
2.45.2





  reply	other threads:[~2024-07-20 15:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-20 14:51 [bug#72211] [PATCH 0/7] gnu: kubo: Unbundle go-github-com-ipfs-go-metrics-interface Artyom V. Poptsov
2024-07-20 15:33 ` Artyom V. Poptsov [this message]
2024-07-20 15:33 ` [bug#72211] [PATCH 2/7] gnu: Add go-github-com-ipfs-go-ipfs-exchange-interface Artyom V. Poptsov
2024-07-20 15:33 ` [bug#72211] [PATCH 3/7] gnu: Add go-github-com-ipfs-bbloom Artyom V. Poptsov
2024-07-20 15:33 ` [bug#72211] [PATCH 4/7] gnu: Add go-github-com-ipfs-go-ipfs-ds-help Artyom V. Poptsov
2024-07-20 15:33 ` [bug#72211] [PATCH 5/7] gnu: Add go-github-com-ipfs-go-metrics-interface Artyom V. Poptsov
2024-07-20 15:33 ` [bug#72211] [PATCH 6/7] gnu: Add go-github-com-ipfs-go-ipfs-blockstore Artyom V. Poptsov
2024-07-20 15:33 ` [bug#72211] [PATCH 7/7] gnu: kubo: Unbundle go-github-com-ipfs-go-metrics-interface Artyom V. Poptsov
2024-07-22 22:30 ` bug#72211: [PATCH 0/7] " Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6d0852d5aa9073961a3cbde95ea7b87e7e0e6216.1721486984.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=72211@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.