guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ca143944414f4e177ee86fa54812bb3d2c71511c
Author: jgart <[email protected]>
AuthorDate: Thu Jan 29 15:10:49 2026 -0500

    gnu: sbcl-data-sift: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-data-sift)[inputs]: Refactor to modern 
style.
    
    Change-Id: I505452895574f6e6e323b1d48b78a22c062fa438
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 56ed520d6d..84a505b883 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14311,10 +14311,10 @@ manipulations as the composition of more primitive 
operations.")
        ;; All test cases test a function that has been removed.
        `(#:tests? #f))
       (inputs
-       `(("alexandria" ,sbcl-alexandria)
-         ("cl-ppcre" ,sbcl-cl-ppcre)
-         ("parse-number" ,sbcl-parse-number)
-         ("puri" ,sbcl-puri)))
+       (list sbcl-alexandria
+             sbcl-cl-ppcre
+             sbcl-parse-number
+             sbcl-puri))
       (native-inputs
        (list sbcl-lift))
       (home-page "https://github.com/archimag/data-sift";)

Reply via email to