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 d1021dfee5 gnu: sbcl-fare-quasiquote: Refactor to modern style.
d1021dfee5 is described below

commit d1021dfee512037858dcd4cd5e08248738af3fe6
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 02:32:53 2026 -0500

    gnu: sbcl-fare-quasiquote: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-fare-quasiquote)[inputs]: Refactor to 
modern style.
    
    Change-Id: I330eaacbe9160bc9a86a3ad4348a541297aeaae3
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8616705603..b9025d5001 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16425,9 +16425,9 @@ great for REPL interaction and debugging.")
          (sha256
           (base32 "1g6q11l50kgija9f55lzqpcwvaq0ljiw8v1j265hnyg6nahjwjvg"))))
       (inputs
-       `(("fare-utils" ,sbcl-fare-utils)
-         ("named-readtables" ,sbcl-named-readtables)
-         ("optima" ,sbcl-optima)))
+       (list sbcl-fare-utils
+             sbcl-named-readtables
+             sbcl-optima))
       (arguments
        ;; XXX: Circular dependencies: Tests depend on subsystems,
        ;; which depend on the main systems.

Reply via email to