diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-14 01:03:27 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-15 14:17:43 +0100 |
| commit | eb49c4081926c0eaa1b00a52988e92f23987882c (patch) | |
| tree | 27498ce863e231576c8ab0c6841ee66f2db8f942 | |
| parent | 5d14572d29ca23fa406d74343f63ca6c19a9d918 (diff) | |
gnu: go-github-com-ipfs-boxo: Update to 0.35.2.
* gnu/packages/ipfs.scm (go-github-com-ipfs-boxo): Update to 0.35.2.
[arguments] <test-flags>: Skip one more test.
[propagated-inputs]: Remove go-github-com-filecoin-project-go-clock,
go-github-com-libp2p-go-libp2p, go-github-com-samber-lo, and
go-go-uber-org-multierr; add go-github-com-ipfs-go-dsqueue and
go-github-com-prometheus-client-model.
[native-inputs]: Add go-github-com-libp2p-go-libp2p.
Change-Id: I481e2e16da496c006ce20487cc033163f7729cbf
| -rw-r--r-- | gnu/packages/ipfs.scm | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index e49dcf4647a..37f4f671538 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm | |||
| @@ -124,7 +124,7 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.") | |||
| 124 | (define-public go-github-com-ipfs-boxo | 124 | (define-public go-github-com-ipfs-boxo |
| 125 | (package | 125 | (package |
| 126 | (name "go-github-com-ipfs-boxo") | 126 | (name "go-github-com-ipfs-boxo") |
| 127 | (version "0.33.0") | 127 | (version "0.35.2") |
| 128 | (source | 128 | (source |
| 129 | (origin | 129 | (origin |
| 130 | (method git-fetch) | 130 | (method git-fetch) |
| @@ -133,7 +133,7 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.") | |||
| 133 | (commit (string-append "v" version)))) | 133 | (commit (string-append "v" version)))) |
| 134 | (file-name (git-file-name name version)) | 134 | (file-name (git-file-name name version)) |
| 135 | (sha256 | 135 | (sha256 |
| 136 | (base32 "03lr70406w95xqiin07ph0d2x8hcfdj1k1r3f1yq8lv3g5j9wapp")) | 136 | (base32 "02z88kv17m1mia68ac8wliiz5kzq59b1632qql21vy9c3gjqk56r")) |
| 137 | (modules '((guix build utils))) | 137 | (modules '((guix build utils))) |
| 138 | (snippet | 138 | (snippet |
| 139 | #~(begin | 139 | #~(begin |
| @@ -155,10 +155,15 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.") | |||
| 155 | #~(list "-skip" (string-join | 155 | #~(list "-skip" (string-join |
| 156 | ;; Network access is required. | 156 | ;; Network access is required. |
| 157 | (list "TestAddNewDNSResolver" | 157 | (list "TestAddNewDNSResolver" |
| 158 | "TestOverrideDNSDefaults") | 158 | "TestOverrideDNSDefaults" |
| 159 | ;; failed to fetch from remote (failed to fetch | ||
| 160 | ;; config: Get | ||
| 161 | ;; "https://conf.ipfs-mainnet.org/autoconf.json" | ||
| 162 | "TestRealAutoConfURL") | ||
| 159 | "|")))) | 163 | "|")))) |
| 160 | (native-inputs | 164 | (native-inputs |
| 161 | (list go-github-com-libp2p-go-libp2p-kad-dht-bootstrap | 165 | (list go-github-com-libp2p-go-libp2p-kad-dht-bootstrap |
| 166 | go-github-com-libp2p-go-libp2p | ||
| 162 | go-github-com-stretchr-testify)) | 167 | go-github-com-stretchr-testify)) |
| 163 | (propagated-inputs | 168 | (propagated-inputs |
| 164 | (list go-github-com-alecthomas-units | 169 | (list go-github-com-alecthomas-units |
| @@ -166,7 +171,6 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.") | |||
| 166 | go-github-com-crackcomm-go-gitignore | 171 | go-github-com-crackcomm-go-gitignore |
| 167 | go-github-com-cskr-pubsub | 172 | go-github-com-cskr-pubsub |
| 168 | go-github-com-dustin-go-humanize | 173 | go-github-com-dustin-go-humanize |
| 169 | go-github-com-filecoin-project-go-clock | ||
| 170 | go-github-com-gabriel-vasile-mimetype | 174 | go-github-com-gabriel-vasile-mimetype |
| 171 | go-github-com-gammazero-chanqueue | 175 | go-github-com-gammazero-chanqueue |
| 172 | go-github-com-gammazero-deque | 176 | go-github-com-gammazero-deque |
| @@ -180,6 +184,7 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.") | |||
| 180 | go-github-com-ipfs-go-cidutil | 184 | go-github-com-ipfs-go-cidutil |
| 181 | go-github-com-ipfs-go-datastore | 185 | go-github-com-ipfs-go-datastore |
| 182 | go-github-com-ipfs-go-detect-race | 186 | go-github-com-ipfs-go-detect-race |
| 187 | go-github-com-ipfs-go-dsqueue | ||
| 183 | go-github-com-ipfs-go-ipfs-delay | 188 | go-github-com-ipfs-go-ipfs-delay |
| 184 | go-github-com-ipfs-go-ipfs-redirects-file | 189 | go-github-com-ipfs-go-ipfs-redirects-file |
| 185 | go-github-com-ipfs-go-ipld-format | 190 | go-github-com-ipfs-go-ipld-format |
| @@ -194,7 +199,6 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.") | |||
| 194 | go-github-com-ipld-go-ipld-prime | 199 | go-github-com-ipld-go-ipld-prime |
| 195 | go-github-com-libp2p-go-buffer-pool | 200 | go-github-com-libp2p-go-buffer-pool |
| 196 | go-github-com-libp2p-go-doh-resolver | 201 | go-github-com-libp2p-go-doh-resolver |
| 197 | go-github-com-libp2p-go-libp2p | ||
| 198 | go-github-com-libp2p-go-libp2p-record | 202 | go-github-com-libp2p-go-libp2p-record |
| 199 | go-github-com-libp2p-go-libp2p-routing-helpers | 203 | go-github-com-libp2p-go-libp2p-routing-helpers |
| 200 | go-github-com-libp2p-go-libp2p-testing | 204 | go-github-com-libp2p-go-libp2p-testing |
| @@ -210,7 +214,7 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.") | |||
| 210 | go-github-com-multiformats-go-multistream | 214 | go-github-com-multiformats-go-multistream |
| 211 | go-github-com-polydawn-refmt | 215 | go-github-com-polydawn-refmt |
| 212 | go-github-com-prometheus-client-golang | 216 | go-github-com-prometheus-client-golang |
| 213 | go-github-com-samber-lo | 217 | go-github-com-prometheus-client-model |
| 214 | go-github-com-slok-go-http-metrics | 218 | go-github-com-slok-go-http-metrics |
| 215 | go-github-com-spaolacci-murmur3 | 219 | go-github-com-spaolacci-murmur3 |
| 216 | go-github-com-whyrusleeping-base32 | 220 | go-github-com-whyrusleeping-base32 |
| @@ -225,7 +229,6 @@ JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.") | |||
| 225 | go-go-opentelemetry-io-otel-exporters-zipkin | 229 | go-go-opentelemetry-io-otel-exporters-zipkin |
| 226 | go-go-opentelemetry-io-otel-sdk | 230 | go-go-opentelemetry-io-otel-sdk |
| 227 | go-go-opentelemetry-io-otel-trace | 231 | go-go-opentelemetry-io-otel-trace |
| 228 | go-go-uber-org-multierr | ||
| 229 | go-go-uber-org-zap | 232 | go-go-uber-org-zap |
| 230 | go-golang-org-x-exp | 233 | go-golang-org-x-exp |
| 231 | go-golang-org-x-oauth2 | 234 | go-golang-org-x-oauth2 |
