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 125627f357 gnu: sbcl-montezuma: Refactor to modern style.
125627f357 is described below

commit 125627f357074916514cd122e436e8b36e8dba6e
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 02:00:55 2026 -0500

    gnu: sbcl-montezuma: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-montezuma)[inputs]: Refactor to modern 
style.
    
    Change-Id: I07d6d7227855ebda6c757f0fc5b3213aac6dc480
---
 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 3646c4f884..15d8b0b629 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23618,9 +23618,9 @@ which may be useful when building slightly complex 
systems.")
                (substitute* "montezuma.asd"
                  ((":force t") "")))))))
       (inputs
-       `(("babel" ,sbcl-babel)
-         ("cl-fad" ,sbcl-cl-fad)
-         ("cl-ppcre" ,sbcl-cl-ppcre)))
+       (list sbcl-babel
+             sbcl-cl-fad
+             sbcl-cl-ppcre))
       (native-inputs
        (list sbcl-trivial-timeout))
       (home-page "https://github.com/sharplispers/montezuma";)

Reply via email to