diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-15 22:13:18 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-03 22:00:38 +0200 |
| commit | b69b16fc591ac882ebbd97f01857306020a29e77 (patch) | |
| tree | 634824267e078675fe1fa602fc9abc546c674d1c /gnu/packages | |
| parent | 192031a6cdf25075cb8dc151166cb21a7a91181d (diff) | |
gnu: go-github-com-ipfs-go-ipfs-cmds: Update to 0.16.1.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-cmds): Update to 0.16.1.
[propagated-inputs]: Remove go-github-com-ipfs-go-log; add go-github-com-ipfs-go-log-v2.
Change-Id: I90312ec4f318169d22e21b7b5a5b2577267bcd2a
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/ipfs.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index 50cb1cf3e98..ce1585b353c 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm | |||
| @@ -615,7 +615,7 @@ storing and retrieving items. Queued items are persisted across restarts.") | |||
| 615 | (define-public go-github-com-ipfs-go-ipfs-cmds | 615 | (define-public go-github-com-ipfs-go-ipfs-cmds |
| 616 | (package | 616 | (package |
| 617 | (name "go-github-com-ipfs-go-ipfs-cmds") | 617 | (name "go-github-com-ipfs-go-ipfs-cmds") |
| 618 | (version "0.14.1") | 618 | (version "0.16.1") |
| 619 | (source | 619 | (source |
| 620 | (origin | 620 | (origin |
| 621 | (method git-fetch) | 621 | (method git-fetch) |
| @@ -624,7 +624,7 @@ storing and retrieving items. Queued items are persisted across restarts.") | |||
| 624 | (commit (string-append "v" version)))) | 624 | (commit (string-append "v" version)))) |
| 625 | (file-name (git-file-name name version)) | 625 | (file-name (git-file-name name version)) |
| 626 | (sha256 | 626 | (sha256 |
| 627 | (base32 "0npgcwzxzgvygl9r9h5kbnfl1dh0hygmwk1jj1hwznyvj47x6lwl")))) | 627 | (base32 "01cnpzbacdcbzi6lbppyn6vczrjvayh6s0fqm0mcaym1xi61y8jh")))) |
| 628 | (build-system go-build-system) | 628 | (build-system go-build-system) |
| 629 | (arguments | 629 | (arguments |
| 630 | (list | 630 | (list |
| @@ -637,7 +637,7 @@ storing and retrieving items. Queued items are persisted across restarts.") | |||
| 637 | (delete-file-recursively "examples"))))))) | 637 | (delete-file-recursively "examples"))))))) |
| 638 | (propagated-inputs | 638 | (propagated-inputs |
| 639 | (list go-github-com-ipfs-boxo | 639 | (list go-github-com-ipfs-boxo |
| 640 | go-github-com-ipfs-go-log | 640 | go-github-com-ipfs-go-log-v2 |
| 641 | go-github-com-rs-cors | 641 | go-github-com-rs-cors |
| 642 | go-github-com-texttheater-golang-levenshtein | 642 | go-github-com-texttheater-golang-levenshtein |
| 643 | go-golang-org-x-term)) | 643 | go-golang-org-x-term)) |
