summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/ipfs.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 2e8384642b5..0f5e27def5d 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -125,7 +125,7 @@ alternative fork of @url{https://github.com/gxed/bbloom}.")
125(define-public go-github-com-ipfs-boxo 125(define-public go-github-com-ipfs-boxo
126 (package 126 (package
127 (name "go-github-com-ipfs-boxo") 127 (name "go-github-com-ipfs-boxo")
128 (version "0.39.0") 128 (version "0.41.0")
129 (source 129 (source
130 (origin 130 (origin
131 (method git-fetch) 131 (method git-fetch)
@@ -134,13 +134,11 @@ alternative fork of @url{https://github.com/gxed/bbloom}.")
134 (commit (string-append "v" version)))) 134 (commit (string-append "v" version))))
135 (file-name (git-file-name name version)) 135 (file-name (git-file-name name version))
136 (sha256 136 (sha256
137 (base32 "0sy7v5cnz7ajvfb1mz4p86rmsr8f8agzgfnpwyzlhvvwcglslns9")) 137 (base32 "1py1p8ijxj16k2l8szrrjw7raf63m44wdrwlaa63rfc7c9fd5nni"))
138 (modules '((guix build utils))) 138 (modules '((guix build utils)))
139 (snippet 139 (snippet
140 #~(begin 140 #~(begin
141 ;; Submodules with their own go.mod files and packaged separately: 141 ;; Submodules with their own go.mod files and packaged separately:
142 ;;
143 ;; - github.com/ipfs/boxo/examples
144 (delete-file-recursively "examples"))))) 142 (delete-file-recursively "examples")))))
145 (build-system go-build-system) 143 (build-system go-build-system)
146 (arguments 144 (arguments