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 facb375f88 gnu: ipfs-configuration: Update deprecated default value.
facb375f88 is described below
commit facb375f88802201347cb6bed867645aacc69bd0
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Dec 17 15:48:26 2025 +0100
gnu: ipfs-configuration: Update deprecated default value.
* gnu/services/networking.scm (<ipfs-configuration>): Replace go-ipfs
by kubo.
Change-Id: Iba127e5e06e00dd7bb1ff5901fdfa9b2ff075e9d
---
gnu/services/networking.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index c15adc23ba..1e85ed97e5 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -24,6 +24,7 @@
;;; Copyright © 2023 muradm <[email protected]>
;;; Copyright © 2024 Nigko Yerden <[email protected]>
;;; Copyright © 2025 45mg <[email protected]>
+;;; Copyright © 2025 Andreas Enge <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2885,7 +2886,7 @@ See @command{yggdrasil -genconf} for config options.")
make-ipfs-configuration
ipfs-configuration?
(package ipfs-configuration-package
- (default go-ipfs))
+ (default kubo))
(gateway ipfs-configuration-gateway
(default "/ip4/127.0.0.1/tcp/8082"))
(api ipfs-configuration-api