guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 6efb8747bfe2f5600127d7066636b80aca7fbd9a
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed May 28 08:58:31 2025 +0100

    gnu: go-github-com-ipfs-boxo: Update to 0.30.0.
    
    * gnu/packages/ipfs.scm (go-github-com-ipfs-boxo): Update to 0.30.0.
    [propagated-inputs]: Remove go-github-com-hashicorp-go-multierror.
    
    Change-Id: Ia4d8f751c4c8e935ed38f7b6bfb8cfaca83ad033
---
 gnu/packages/ipfs.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index bc8e490ba6..e47f2b2084 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -122,7 +122,7 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom 
filter.")
 (define-public go-github-com-ipfs-boxo
   (package
     (name "go-github-com-ipfs-boxo")
-    (version "0.28.0")
+    (version "0.30.0")
     (source
      (origin
        (method git-fetch)
@@ -131,7 +131,7 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom 
filter.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "152g98g4j0pw5az1pc9xdrrzp4qd3cb9xflc98w69migq9il6k68"))
+        (base32 "1siicb0bs4shc220xk2i5d4p5myrh3yg64hm3yl796gjbcqgs66d"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -189,7 +189,6 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom 
filter.")
            go-github-com-gammazero-deque
            go-github-com-google-uuid
            go-github-com-gorilla-mux
-           go-github-com-hashicorp-go-multierror
            go-github-com-hashicorp-golang-lru-v2
            go-github-com-ipfs-bbloom
            go-github-com-ipfs-go-bitfield

Reply via email to