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 e51077b0ed gnu: sbcl-cl-online-learning: Refactor to modern style.
e51077b0ed is described below
commit e51077b0edf38db918cef8bf6e77c5f56b615954
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 01:32:26 2026 -0500
gnu: sbcl-cl-online-learning: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-cl-online-learning)[inputs]: Refactor to
modern style.
Change-Id: I00c46c7fecf01695a87d24e3d604abcb759da747
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index cb8f2e9374..d580cbb049 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -8880,8 +8880,8 @@ cl-plumbing libraries.")
(native-inputs
(list sbcl-prove))
(inputs
- `(("cl-libsvm-format" ,sbcl-cl-libsvm-format)
- ("cl-store" ,sbcl-cl-store)))
+ (list sbcl-cl-libsvm-format
+ sbcl-cl-store))
(home-page "https://github.com/masatoi/cl-online-learning")
(synopsis "Online Machine Learning for Common Lisp")
(description