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 ea128ea81b gnu: sbcl-cl-cookie: Refactor to modern style.
ea128ea81b is described below

commit ea128ea81ba712930e0bc5a1fba9a53ceea75257
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 02:18:39 2026 -0500

    gnu: sbcl-cl-cookie: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-cookie)[inputs]: Refactor to modern 
style.
    
    Change-Id: I2cf6b7aa7dc5d81e4f362bc7ecc8cc5c6dd63e92
---
 gnu/packages/lisp-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9abb95819b..c07747c030 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5487,11 +5487,11 @@ decisions becomes significantly easier.")
           (base32
            "090g7z75h98zvc1ldx0vh4jn4086dhjm2w30jcwkq553qmyxwl8h"))))
       (inputs
-       `(("proc-parse" ,sbcl-proc-parse)
-         ("alexandria" ,sbcl-alexandria)
-         ("quri" ,sbcl-quri)
-         ("cl-ppcre" ,sbcl-cl-ppcre)
-         ("local-time" ,sbcl-local-time)))
+       (list sbcl-proc-parse
+             sbcl-alexandria
+             sbcl-quri
+             sbcl-cl-ppcre
+             sbcl-local-time))
       (native-inputs
        (list sbcl-prove))
       (arguments

Reply via email to