diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-13 23:01:40 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-15 14:17:42 +0100 |
| commit | 88d3f82ecd5f8252f73759e218d42559942a5cc0 (patch) | |
| tree | 43c0b4feb76237d4e019822ceade90e41935fc8d | |
| parent | fcce15a5a8f6fd648a54c1388b6fb4bd6311d86f (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.scm | 5 |
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}.") | |||
| 1885 | (define-public go-github-com-libp2p-go-libp2p | 1885 | (define-public go-github-com-libp2p-go-libp2p |
| 1886 | (package | 1886 | (package |
| 1887 | (name "go-github-com-libp2p-go-libp2p") | 1887 | (name "go-github-com-libp2p-go-libp2p") |
| 1888 | (version "0.43.0") | 1888 | (version "0.47.0") |
| 1889 | (source | 1889 | (source |
| 1890 | (origin | 1890 | (origin |
| 1891 | (method git-fetch) | 1891 | (method git-fetch) |
| @@ -1894,7 +1894,7 @@ specified in @url{https://datatracker.ietf.org/doc/html/rfc8484, RFC 8484}.") | |||
| 1894 | (commit (string-append "v" version)))) | 1894 | (commit (string-append "v" version)))) |
| 1895 | (file-name (git-file-name name version)) | 1895 | (file-name (git-file-name name version)) |
| 1896 | (sha256 | 1896 | (sha256 |
| 1897 | (base32 "02708nf651cx1ls9k4k0275w8ld4349kzp1yyv35m45phbvzd2zf")) | 1897 | (base32 "1kz7rfmgnxcjcy0ixy6gib9ppndmhkm1zdljvlzvgxnd9jdz00x4")) |
| 1898 | (modules '((guix build utils))) | 1898 | (modules '((guix build utils))) |
| 1899 | (snippet | 1899 | (snippet |
| 1900 | #~(begin | 1900 | #~(begin |
| @@ -1922,6 +1922,7 @@ specified in @url{https://datatracker.ietf.org/doc/html/rfc8484, RFC 8484}.") | |||
| 1922 | (list go-github-com-libp2p-go-libp2p-testing | 1922 | (list go-github-com-libp2p-go-libp2p-testing |
| 1923 | go-github-com-stretchr-testify | 1923 | go-github-com-stretchr-testify |
| 1924 | go-go-uber-org-mock | 1924 | go-go-uber-org-mock |
| 1925 | go-github-com-marcopolo-simnet | ||
| 1925 | go-go-uber-org-goleak)) | 1926 | go-go-uber-org-goleak)) |
| 1926 | (propagated-inputs | 1927 | (propagated-inputs |
| 1927 | (list go-github-com-benbjohnson-clock | 1928 | (list go-github-com-benbjohnson-clock |
