From: Martin Becze <mjbecze@riseup.net>
To: 41880@debbugs.gnu.org
Cc: Martin Becze <mjbecze@riseup.net>
Subject: [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1.
Date: Mon, 15 Jun 2020 15:11:39 -0500 [thread overview]
Message-ID: <20200615201140.24235-1-mjbecze@riseup.net> (raw)
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1
---
gnu/packages/ipfs.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 7ef7108c1f..15f174f8b6 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -212,7 +213,7 @@ written in Go.")
(define-public go-ipfs
(package
(name "go-ipfs")
- (version "0.4.23")
+ (version "0.5.1")
(source
(origin
(method url-fetch/tarbomb)
@@ -220,7 +221,7 @@ written in Go.")
"https://dist.ipfs.io/go-ipfs/v" version
"/go-ipfs-source.tar.gz"))
(sha256
- (base32 "191ir4h6c76xcnbwx9fj8j2lzzqyp10inmqd8sa393b5y0jmhi5a"))
+ (base32 "0lpilycjbc1g9adp4d5kryfprixj18hg3235fnivakmv7fy2akkm"))
(file-name (string-append name "-" version "-source"))))
(build-system go-build-system)
(arguments
--
2.26.2
next reply other threads:[~2020-06-15 20:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-15 20:11 Martin Becze [this message]
2020-06-15 23:07 ` [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1 Michael Rohleder
2020-06-16 0:53 ` Martin Becze
2020-06-18 12:46 ` bug#41880: " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200615201140.24235-1-mjbecze@riseup.net \
--to=mjbecze@riseup.net \
--cc=41880@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.