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 6fde3d7484 gnu: sbcl-kebab: Refactor to modern style.
6fde3d7484 is described below
commit 6fde3d7484def6aef1971f284eb432dff037097c
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 02:34:12 2026 -0500
gnu: sbcl-kebab: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-kebab)[inputs]: Refactor to modern style.
Change-Id: Ifb3c0161e55deddf25f4eae48bd7db9c527e6838
---
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 b9025d5001..ccd8849808 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20502,10 +20502,10 @@ defined.")
(base32 "0j5haabnvj0vz0rx9mwyfsb3qzpga9nickbjw8xs6vypkdzlqv1b"))))
(build-system asdf-build-system/sbcl)
(inputs
- `(("cl-ppcre" ,sbcl-cl-ppcre)
- ("alexandria" ,sbcl-alexandria)
- ("cl-interpol" ,sbcl-cl-interpol)
- ("split-sequence" ,sbcl-split-sequence)))
+ (list sbcl-cl-ppcre
+ sbcl-alexandria
+ sbcl-cl-interpol
+ sbcl-split-sequence))
(native-inputs
(list sbcl-prove))
(arguments