unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 69491@debbugs.gnu.org
Subject: [bug#69491] [PATCH] gnu: kubo: Update to 0.22.0.
Date: Fri, 01 Mar 2024 23:14:08 +0300	[thread overview]
Message-ID: <87ttlpyajz.fsf@gmail.com> (raw)


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

Hello,

this patch set updates Kubo (IPFS) to 0.22.0.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-go-go-uber-org-zap-Update-to-1.24.0.patch --]
[-- Type: text/x-diff, Size: 1450 bytes --]

From a8848a40aa03836154f67f50eff00e164db54d63 Mon Sep 17 00:00:00 2001
Message-ID: <a8848a40aa03836154f67f50eff00e164db54d63.1709323904.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Fri, 1 Mar 2024 22:58:21 +0300
Subject: [PATCH 1/2] gnu: go-go-uber-org-zap: Update to 1.24.0.

* gnu/packages/golang.scm (go-go-uber-org-zap): Update to 1.24.0.

Change-Id: I3028c065ac71ca3accd2789f491829e466068cc2
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0bcd231a93..6e7142af9c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9384,7 +9384,7 @@ (define-public go-mvdan-cc-xurls
 (define-public go-go-uber-org-zap
   (package
     (name "go-go-uber-org-zap")
-    (version "1.16.0")
+    (version "1.24.0")
     (source
      (origin
        (method git-fetch)
@@ -9393,7 +9393,7 @@ (define-public go-go-uber-org-zap
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "05ix5wg1r8pgi7fb6084lg4x7mrkvzkh1nxa7zj337w5b9xj0myr"))))
+        (base32 "0lzbbs87fvixzbyv4wpl3s70vm2m0jz2jgdvrviiksc2al451qgs"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "go.uber.org/zap"

base-commit: 9038a46751c5090246e64b63ff752064833c435b
-- 
2.41.0


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

From b7c9f049cd09ffb0a62221653bce85a5a8688b21 Mon Sep 17 00:00:00 2001
Message-ID: <b7c9f049cd09ffb0a62221653bce85a5a8688b21.1709323904.git.poptsov.artyom@gmail.com>
In-Reply-To: <a8848a40aa03836154f67f50eff00e164db54d63.1709323904.git.poptsov.artyom@gmail.com>
References: <a8848a40aa03836154f67f50eff00e164db54d63.1709323904.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Fri, 1 Mar 2024 22:59:49 +0300
Subject: [PATCH 2/2] gnu: kubo: Update to 0.22.0.

* gnu/packages/ipfs.scm (kubo): Update to 0.22.0.

Change-Id: Iee640c01024a399bdf2b9c6e07ef6951e5567f54
---
 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 830e2ccd32..36eed11802 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -227,7 +227,7 @@ (define-public gx-go
 (define-public kubo
   (package
     (name "kubo")
-    (version "0.19.0")
+    (version "0.22.0")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -235,7 +235,7 @@ (define-public kubo
              "https://dist.ipfs.io/kubo/v" version
              "/kubo-source.tar.gz"))
        (sha256
-        (base32 "0k0mw44fq6306pmfp6v4wawgigry9plnl2ij8i5f46606j55c31w"))
+        (base32 "0p8iaa56lnac1lxnbzp4fbjqzps50z5yqs34szcp53xjq8rmjzjd"))
        (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: 225 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 --]

             reply	other threads:[~2024-03-01 20:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01 20:14 Artyom V. Poptsov [this message]
2024-03-07  0:02 ` bug#69491: [PATCH] gnu: kubo: Update to 0.22.0 Sharlatan Hellseher

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ttlpyajz.fsf@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=69491@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 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).