all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66401] [PATCH] gnu: go-ipfs: Rename to "kubo", update to 0.15.0.
@ 2023-10-08  6:31 Artyom V. Poptsov
  2023-10-23 17:11 ` Artyom V. Poptsov
  2023-10-24 16:01 ` bug#66401: " Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2023-10-08  6:31 UTC (permalink / raw)
  To: 66401


[-- Attachment #1.1: Type: text/plain, Size: 130 bytes --]

Hello,

this patch series updates "go-ipfs" to 0.15.0 and renames the package to
"kubo", adding "go-ipfs" to deprecated packages.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-Deprecate-the-go-ipfs-variable.patch --]
[-- Type: text/x-diff, Size: 1326 bytes --]

From 83500dc8defdd407edf123585c018c14b075d908 Mon Sep 17 00:00:00 2001
Message-ID: <83500dc8defdd407edf123585c018c14b075d908.1696746461.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 8 Oct 2023 09:21:00 +0300
Subject: [PATCH 1/2] gnu: Deprecate the "go-ipfs" variable.

* gnu/packages/ipfs.scm (go-ipfs): Rename to "kubo".
  (go-ipfs): Define as deprecated by "kubo".
---
 gnu/packages/ipfs.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 1bad48de4c..ab869c8d7e 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -218,9 +218,9 @@ (define-public gx-go
 written in Go.")
     (license license:expat)))
 
-(define-public go-ipfs
+(define-public kubo
   (package
-    (name "go-ipfs")
+    (name "kubo")
     (version "0.14.0")
     (source
      (origin
@@ -367,3 +367,6 @@ (define-public go-ipfs
 interface as simple as the HTTP web, but with permanence built in.  You can
 also mount the world at @code{/ipfs}.")
     (license license:expat)))
+
+(define-public go-ipfs
+  (deprecated-package "go-ipfs" kubo))

base-commit: 00a28bc435606dc98925fbae1ebe314881f35c90
prerequisite-patch-id: deb65b834d373ec3ca75dd7949fc12c19a055777
-- 
2.41.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.3: 0002-gnu-go-ipfs-Update-to-0.15.0.patch --]
[-- Type: text/x-diff, Size: 1493 bytes --]

From f91c1e5f18c4d2b0a581aaa790dd84a7d91afc56 Mon Sep 17 00:00:00 2001
Message-ID: <f91c1e5f18c4d2b0a581aaa790dd84a7d91afc56.1696746461.git.poptsov.artyom@gmail.com>
In-Reply-To: <83500dc8defdd407edf123585c018c14b075d908.1696746461.git.poptsov.artyom@gmail.com>
References: <83500dc8defdd407edf123585c018c14b075d908.1696746461.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 8 Oct 2023 09:26:38 +0300
Subject: [PATCH 2/2] gnu: go-ipfs: Update to 0.15.0.

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

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index ab869c8d7e..757b751939 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -221,7 +221,7 @@ (define-public gx-go
 (define-public kubo
   (package
     (name "kubo")
-    (version "0.14.0")
+    (version "0.15.0")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -229,7 +229,7 @@ (define-public kubo
              "https://dist.ipfs.io/kubo/v" version
              "/kubo-source.tar.gz"))
        (sha256
-        (base32 "0n7nfiymh6knj3h672gdrb24g9vz9j15x3vn6aml2nk7pv9dsy7p"))
+        (base32 "0ss5k8xnzn9qk977dni5ja89yygcysdw7r3mdk67cac2dpa9hhqs"))
        (file-name (string-append name "-" version "-source"))
        (modules '((guix build utils)))
        (snippet '(for-each delete-file-recursively
-- 
2.41.0


[-- Attachment #1.4: Type: text/plain, Size: 227 bytes --]


Thanks,

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

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

* [bug#66401] [PATCH] gnu: go-ipfs: Rename to "kubo", update to 0.15.0.
  2023-10-08  6:31 [bug#66401] [PATCH] gnu: go-ipfs: Rename to "kubo", update to 0.15.0 Artyom V. Poptsov
@ 2023-10-23 17:11 ` Artyom V. Poptsov
  2023-10-24 16:01 ` bug#66401: " Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2023-10-23 17:11 UTC (permalink / raw)
  To: 66401

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

Hello,

just a gentle ping could someone please review my patch?

Thanks!

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

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

* bug#66401: [PATCH] gnu: go-ipfs: Rename to "kubo", update to 0.15.0.
  2023-10-08  6:31 [bug#66401] [PATCH] gnu: go-ipfs: Rename to "kubo", update to 0.15.0 Artyom V. Poptsov
  2023-10-23 17:11 ` Artyom V. Poptsov
@ 2023-10-24 16:01 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2023-10-24 16:01 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 66401-done

Hi Artyom,

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

> From 83500dc8defdd407edf123585c018c14b075d908 Mon Sep 17 00:00:00 2001
> Message-ID: <83500dc8defdd407edf123585c018c14b075d908.1696746461.git.poptsov.artyom@gmail.com>
> From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
> Date: Sun, 8 Oct 2023 09:21:00 +0300
> Subject: [PATCH 1/2] gnu: Deprecate the "go-ipfs" variable.
>
> * gnu/packages/ipfs.scm (go-ipfs): Rename to "kubo".
>   (go-ipfs): Define as deprecated by "kubo".

[...]

> From f91c1e5f18c4d2b0a581aaa790dd84a7d91afc56 Mon Sep 17 00:00:00 2001
> Message-ID: <f91c1e5f18c4d2b0a581aaa790dd84a7d91afc56.1696746461.git.poptsov.artyom@gmail.com>
> In-Reply-To: <83500dc8defdd407edf123585c018c14b075d908.1696746461.git.poptsov.artyom@gmail.com>
> References: <83500dc8defdd407edf123585c018c14b075d908.1696746461.git.poptsov.artyom@gmail.com>
> From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
> Date: Sun, 8 Oct 2023 09:26:38 +0300
> Subject: [PATCH 2/2] gnu: go-ipfs: Update to 0.15.0.
>
> * gnu/packages/ipfs.scm (go-ipfs): Update to 0.15.0.

Applied, thanks!

For some reason qa.guix was failing to apply the patches but I’ve
checked that it’s all good.

Ludo’.




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

end of thread, other threads:[~2023-10-24 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08  6:31 [bug#66401] [PATCH] gnu: go-ipfs: Rename to "kubo", update to 0.15.0 Artyom V. Poptsov
2023-10-23 17:11 ` Artyom V. Poptsov
2023-10-24 16:01 ` bug#66401: " Ludovic Courtès

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.