guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ec50c8f6938530b74d271094aff300d6472a31af
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Sep 3 11:33:24 2025 +0200

    gnu: [email protected]: Clear ‘arguments’ field.
    
    * gnu/packages/guile-xyz.scm (guile-fibers-1.4)[arguments]: New field.
    
    Change-Id: I84f13fc7864c4ea348f8a2859afd005d888a0169
---
 gnu/packages/guile-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 620ed7e66f..748338e2e5 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1155,7 +1155,8 @@ is not available for Guile 2.0.")
              (sha256
               (base32
                "1ryp04w6ghgdfhlv9hkwl00iv6nwnw2hj2pywlxvpp92pyxhkwpi"))
-             (patches '())))))
+             (patches '())))
+    (arguments '())))
 
 (define-public guile-fibers guile-fibers-1.4)
 

Reply via email to