gnu: go-ipfs: Update to 0.13.0.
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.13.0. [inputs]: Add GO-GOLANG-ORG-X-{EXP,TEXT}. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a5bc9f233f
commit
1149cc1b9f
1 changed files with 5 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
||||||
;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
|
;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
|
||||||
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
|
||||||
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
|
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
|
||||||
|
;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -220,7 +221,7 @@ (define-public gx-go
|
||||||
(define-public go-ipfs
|
(define-public go-ipfs
|
||||||
(package
|
(package
|
||||||
(name "go-ipfs")
|
(name "go-ipfs")
|
||||||
(version "0.11.0")
|
(version "0.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/tarbomb)
|
(method url-fetch/tarbomb)
|
||||||
|
@ -228,7 +229,7 @@ (define-public go-ipfs
|
||||||
"https://dist.ipfs.io/go-ipfs/v" version
|
"https://dist.ipfs.io/go-ipfs/v" version
|
||||||
"/go-ipfs-source.tar.gz"))
|
"/go-ipfs-source.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13pmj83hwpz6mk7x52qn0cjnfqxqw2qri3r0k4b270w3bafcccwm"))
|
(base32 "1cx47ais2zn62c0r7lmrpfzia2gjyr61qi8my5wg3pj3dfr0fhkq"))
|
||||||
(file-name (string-append name "-" version "-source"))
|
(file-name (string-append name "-" version "-source"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(for-each delete-file-recursively
|
(snippet '(for-each delete-file-recursively
|
||||||
|
@ -350,6 +351,8 @@ (define-public go-ipfs
|
||||||
go-golang-org-x-term
|
go-golang-org-x-term
|
||||||
go-golang-org-x-tools
|
go-golang-org-x-tools
|
||||||
go-golang-org-x-xerrors
|
go-golang-org-x-xerrors
|
||||||
|
go-golang-org-x-exp
|
||||||
|
go-golang-org-x-text
|
||||||
go-lukechampine-com-blake3))
|
go-lukechampine-com-blake3))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(append (if (%current-target-system)
|
(append (if (%current-target-system)
|
||||||
|
|
Loading…
Reference in a new issue