unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52466] [PATCH] gnu: go-ipfs : Update to 0.11.0.
@ 2021-12-13 15:41 Konrad Hinsen
  2021-12-18 21:03 ` bug#52466: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2021-12-13 15:41 UTC (permalink / raw)
  To: 52466


* gnu/packages/ipfs.scm (go-ipfs): Update to 0.11.0.
---
 gnu/packages/ipfs.scm | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 57701991e3..c69e8b04af 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -25,7 +25,9 @@ (define-module (gnu packages ipfs)
   #:use-module (guix git-download)
   #:use-module (guix download)
   #:use-module (guix build-system go)
-  #:use-module (gnu packages golang))
+  #:use-module (gnu packages golang)
+  #:use-module (gnu packages python)
+  #:use-module (gnu packages shells))
 
 (define-public go-github-com-ipfs-go-ipfs-cmdkit-files
   (let ((commit
@@ -214,7 +216,7 @@ (define-public gx-go
 (define-public go-ipfs
   (package
     (name "go-ipfs")
-    (version "0.8.0")
+    (version "0.11.0")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -222,12 +224,13 @@ (define-public go-ipfs
              "https://dist.ipfs.io/go-ipfs/v" version
              "/go-ipfs-source.tar.gz"))
        (sha256
-        (base32 "0k2qzlfz8ks9c70rxsy7jvk6d2s6yll1b8v9k2kcw07r989gxbdq"))
+        (base32 "13pmj83hwpz6mk7x52qn0cjnfqxqw2qri3r0k4b270w3bafcccwm"))
        (file-name (string-append name "-" version "-source"))))
     (build-system go-build-system)
     (arguments
-     '(#:unpack-path "github.com/ipfs/go-ipfs"
+     `(#:unpack-path "github.com/ipfs/go-ipfs"
        #:import-path "github.com/ipfs/go-ipfs/cmd/ipfs"
+       #:go ,go-1.17
        #:phases (modify-phases %standard-phases
                   (add-before 'reset-gzip-timestamps 'make-files-writable
                     (lambda* (#:key outputs #:allow-other-keys)
@@ -237,6 +240,9 @@ (define-public go-ipfs
                         (for-each make-file-writable
                                   (find-files out "\\.gz$"))
                         #t))))))
+    (native-inputs
+     `(("python" ,python-minimal-wrapper)
+       ("zsh" ,zsh)))
     (home-page "https://ipfs.io")
     (synopsis "Go implementation of IPFS, a peer-to-peer hypermedia protocol")
     (description "IPFS is a global, versioned, peer-to-peer file system.  It
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52466: [PATCH] gnu: go-ipfs : Update to 0.11.0.
  2021-12-13 15:41 [bug#52466] [PATCH] gnu: go-ipfs : Update to 0.11.0 Konrad Hinsen
@ 2021-12-18 21:03 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-12-18 21:03 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 52466-done

Hi,

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> * gnu/packages/ipfs.scm (go-ipfs): Update to 0.11.0.

Applied with simplified inputs, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-18 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 15:41 [bug#52466] [PATCH] gnu: go-ipfs : Update to 0.11.0 Konrad Hinsen
2021-12-18 21:03 ` bug#52466: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).