mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kubo: Update to 0.32.1.
* gnu/packages/ipfs.scm (kubo): Update to 0.32.1. Change-Id: I3e50e0503272748f805872c3058805498217b9a5
This commit is contained in:
parent
7143f7bfab
commit
cd3e52f108
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
|
;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
|
||||||
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
|
||||||
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
|
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
|
||||||
;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
;;; Copyright © 2023, 2024, 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
;;; Copyright © 2024-2025 Sharlatan Hellseher <sharlatanus@gmail.com>
|
;;; Copyright © 2024-2025 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||||
;;; Copyright © 2024 Giacomo Leidi <goodoldpaul@autistici.org>
|
;;; Copyright © 2024 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||||
;;;
|
;;;
|
||||||
|
@ -2282,7 +2282,7 @@ types.")
|
||||||
(define-public kubo
|
(define-public kubo
|
||||||
(package
|
(package
|
||||||
(name "kubo")
|
(name "kubo")
|
||||||
(version "0.32.0")
|
(version "0.32.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/tarbomb)
|
(method url-fetch/tarbomb)
|
||||||
|
@ -2291,7 +2291,7 @@ types.")
|
||||||
"https://dist.ipfs.tech/kubo//v" version
|
"https://dist.ipfs.tech/kubo//v" version
|
||||||
"/kubo-source.tar.gz"))
|
"/kubo-source.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0la7ndrvi17fhbsss0q5qhl47phni5zqbyr4n5svcznyin58d4g8"))
|
(base32 "1v8bnrfir7322qklc2ri4xd32arifza5w6br7kpfknyrq2daiggz"))
|
||||||
(file-name (string-append name "-" version "-source"))
|
(file-name (string-append name "-" version "-source"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(for-each delete-file-recursively
|
(snippet '(for-each delete-file-recursively
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue