summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-13 23:01:40 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-15 14:17:42 +0100
commit88d3f82ecd5f8252f73759e218d42559942a5cc0 (patch)
tree43c0b4feb76237d4e019822ceade90e41935fc8d
parentfcce15a5a8f6fd648a54c1388b6fb4bd6311d86f (diff)
gnu: go-github-com-libp2p-go-libp2p: Update to 0.47.0.
* gnu/packages/ipfs.scm (go-github-com-libp2p-go-libp2p): Update to 0.47.0. [native-inputs]: Add go-github-com-marcopolo-simnet. Change-Id: I0a0ba252d830bd45cf6038f179f5f935b82aa78f
-rw-r--r--gnu/packages/ipfs.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 978fb55a342..00aa166eb0f 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1885,7 +1885,7 @@ specified in @url{https://datatracker.ietf.org/doc/html/rfc8484, RFC 8484}.")
(define-public go-github-com-libp2p-go-libp2p
(package
(name "go-github-com-libp2p-go-libp2p")
- (version "0.43.0")
+ (version "0.47.0")
(source
(origin
(method git-fetch)
@@ -1894,7 +1894,7 @@ specified in @url{https://datatracker.ietf.org/doc/html/rfc8484, RFC 8484}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02708nf651cx1ls9k4k0275w8ld4349kzp1yyv35m45phbvzd2zf"))
+ (base32 "1kz7rfmgnxcjcy0ixy6gib9ppndmhkm1zdljvlzvgxnd9jdz00x4"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -1922,6 +1922,7 @@ specified in @url{https://datatracker.ietf.org/doc/html/rfc8484, RFC 8484}.")
(list go-github-com-libp2p-go-libp2p-testing
go-github-com-stretchr-testify
go-go-uber-org-mock
+ go-github-com-marcopolo-simnet
go-go-uber-org-goleak))
(propagated-inputs
(list go-github-com-benbjohnson-clock