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 feb52586ec gnu: guile-gemini: Refresh input.
feb52586ec is described below

commit feb52586ecabbde4c5003e106e0a8dd4b9a3add9
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 9 14:16:29 2026 +0100

    gnu: guile-gemini: Refresh input.
    
    * gnu/packages/guile-xyz.scm (guile-gemini)[propagated-inputs]:
    Replace guile-fibers-1.1 by guile-fibers.
    
    Change-Id: I6f26a46960fdb2c5827e17846b673623e4ef8df7
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index e2e3ecd6f1..fd4973bbfd 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -6615,7 +6615,7 @@ WebSocket protocol as defined by RFC 6455.")
     (arguments
      '(#:source-directory "src"))
     (inputs (list guile-3.0-latest))
-    (propagated-inputs (list guile-fibers-1.1 guile-gnutls))
+    (propagated-inputs (list guile-fibers guile-gnutls))
     (home-page "https://github.com/flatwhatson/guile-gemini";)
     (synopsis "Guile implementation of the Gemini protocol")
     (description

Reply via email to