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

commit e1775def3f9ca3cce6fe6b980e1b739fa0718079
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 23 18:51:19 2026 +0100

    gnu: go-github-com-ipfs-boxo: Update to 0.41.0.
    
    * gnu/packages/ipfs.scm (go-github-com-ipfs-boxo): Update to 0.41.0.
---
 gnu/packages/ipfs.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 2e8384642b..0f5e27def5 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -125,7 +125,7 @@ alternative fork of @url{https://github.com/gxed/bbloom}.";)
 (define-public go-github-com-ipfs-boxo
   (package
     (name "go-github-com-ipfs-boxo")
-    (version "0.39.0")
+    (version "0.41.0")
     (source
      (origin
        (method git-fetch)
@@ -134,13 +134,11 @@ alternative fork of 
@url{https://github.com/gxed/bbloom}.";)
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sy7v5cnz7ajvfb1mz4p86rmsr8f8agzgfnpwyzlhvvwcglslns9"))
+        (base32 "1py1p8ijxj16k2l8szrrjw7raf63m44wdrwlaa63rfc7c9fd5nni"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
             ;; Submodules with their own go.mod files and packaged separately:
-            ;;
-            ;; - github.com/ipfs/boxo/examples
             (delete-file-recursively "examples")))))
     (build-system go-build-system)
     (arguments

Reply via email to