diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-23 18:51:19 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-25 19:38:45 +0100 |
| commit | bb6dc1c50430137f4c790636e41b1fb6cbb72cf9 (patch) | |
| tree | a8e027b2f048424d58e45deaa9df497645c392e3 /gnu/packages | |
| parent | 20007b2ec87dc6267e8ba68a462847aefbb020de (diff) | |
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.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/ipfs.scm | 6 |
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 |
