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 ded0d8830d gnu: sbcl-gtype: Refactor to modern style.
ded0d8830d is described below

commit ded0d8830df4ca7b1744808a67d9b8aea6f76d36
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 02:41:35 2026 -0500

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index bbf9264f2a..0537d8a583 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18606,12 +18606,12 @@ type correctness in Common Lisp.  It is based on 
CLtL2 extensions.")
       (home-page "https://github.com/numcl/gtype";)
       (license license:lgpl3+)
       (inputs
-       `(("trivialib.type-unify" ,sbcl-trivialib-type-unify)
-         ("trivial-cltl2" ,sbcl-trivial-cltl2)
-         ("trivia" ,sbcl-trivia)
-         ("alexandria" ,sbcl-alexandria)
-         ("iterate" ,sbcl-iterate)
-         ("type-r" ,sbcl-type-r)))
+       (list sbcl-trivialib-type-unify
+             sbcl-trivial-cltl2
+             sbcl-trivia
+             sbcl-alexandria
+             sbcl-iterate
+             sbcl-type-r))
       (native-inputs
        (list sbcl-fiveam)))))
 

Reply via email to