[PATCH] gnu: go-ipfs: Update to 0.6.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200809182116.8150-1-mike@rohleder.de
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.6.0.
---
gnu/packages/ipfs.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index ba3c71d964..222607b91a 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -213,7 +214,7 @@ written in Go.")
(define-public go-ipfs
(package
(name "go-ipfs")
- (version "0.5.1")
+ (version "0.6.0")
(source
(origin
(method url-fetch/tarbomb)
@@ -221,7 +222,7 @@ written in Go.")
"https://dist.ipfs.io/go-ipfs/v" version
"/go-ipfs-source.tar.gz"))
(sha256
- (base32 "0lpilycjbc1g9adp4d5kryfprixj18hg3235fnivakmv7fy2akkm"))
+ (base32 "14bgq2j2bjjy0pspy2lsj5dm3w9rmfha0l8kyq5ig86yhc4nzn80"))
(file-name (string-append name "-" version "-source"))))
(build-system go-build-system)
(arguments
--
2.28.0
Tobias Geerinckx-Rice wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42783-done@debbugs.gnu.org)
874kpbd2q0.fsf@nckx
Michael Rohleder 写道:
Toggle quote (2 lines)
> * gnu/packages/ipfs.scm (go-ipfs): Update to 0.6.0.

Thanks! Pushed as f58947e01c52ced64ee99296ae667d9df31a7d30.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXzBR9wAKCRANsP+IT1Vt
eX3+AP9zRwP6FpK7TWXLxlQASYi8jUrlgEOKNd4TySl+T+lwxgEArlW2FJ3gw/lP
98nX0vqvYWxWGDSkSX6IX28BhKKtOAE=
=oS5D
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42783@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42783
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help