unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69491] [PATCH] gnu: kubo: Update to 0.22.0.
@ 2024-03-01 20:14 Artyom V. Poptsov
  2024-03-07  0:02 ` bug#69491: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-03-01 20:14 UTC (permalink / raw)
  To: 69491


[-- 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 --]

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

* bug#69491: [PATCH] gnu: kubo: Update to 0.22.0.
  2024-03-01 20:14 [bug#69491] [PATCH] gnu: kubo: Update to 0.22.0 Artyom V. Poptsov
@ 2024-03-07  0:02 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-03-07  0:02 UTC (permalink / raw)
  To: 69491-done

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


Pushed as eb77abfb44..d3bc9e73e5 to master.

--
Oleg

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

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

end of thread, other threads:[~2024-03-07  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01 20:14 [bug#69491] [PATCH] gnu: kubo: Update to 0.22.0 Artyom V. Poptsov
2024-03-07  0:02 ` bug#69491: " Sharlatan Hellseher

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).