This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cd3e52f108 gnu: kubo: Update to 0.32.1.
cd3e52f108 is described below

commit cd3e52f108703b829a85f5227d225ab9ee0d5d8c
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Thu Jul 24 07:49:19 2025 +0300

    gnu: kubo: Update to 0.32.1.
    
    * gnu/packages/ipfs.scm (kubo): Update to 0.32.1.
    
    Change-Id: I3e50e0503272748f805872c3058805498217b9a5
---
 gnu/packages/ipfs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index bcf74a0356..4140000bd1 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2019, 2020 Martin Becze <[email protected]>
 ;;; Copyright © 2020, 2021, 2022 Michael Rohleder <[email protected]>
 ;;; Copyright © 2022 Maxime Devos <[email protected]>
-;;; Copyright © 2023, 2024 Artyom V. Poptsov <[email protected]>
+;;; Copyright © 2023, 2024, 2025 Artyom V. Poptsov <[email protected]>
 ;;; Copyright © 2024-2025 Sharlatan Hellseher <[email protected]>
 ;;; Copyright © 2024 Giacomo Leidi <[email protected]>
 ;;;
@@ -2282,7 +2282,7 @@ types.")
 (define-public kubo
   (package
     (name "kubo")
-    (version "0.32.0")
+    (version "0.32.1")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -2291,7 +2291,7 @@ types.")
              "https://dist.ipfs.tech/kubo//v"; version
              "/kubo-source.tar.gz"))
        (sha256
-        (base32 "0la7ndrvi17fhbsss0q5qhl47phni5zqbyr4n5svcznyin58d4g8"))
+        (base32 "1v8bnrfir7322qklc2ri4xd32arifza5w6br7kpfknyrq2daiggz"))
        (file-name (string-append name "-" version "-source"))
        (modules '((guix build utils)))
        (snippet '(for-each delete-file-recursively

Reply via email to