guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 21060a196236bde09a3768fbc80e300eb4725fb3
Author: jgart <[email protected]>
AuthorDate: Thu Jan 29 15:18:46 2026 -0500
gnu: sbcl-cl-string-match: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-cl-string-match)[inputs]: Refactor to
modern style.
Change-Id: Ibdfb4576d342a5fa8e1277a0d03725fb078e7e38
---
gnu/packages/lisp-xyz.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 105aa0b52d..0553ad0d89 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10499,23 +10499,23 @@ arrows.")
(origin
(method hg-fetch)
(uri (hg-reference
- (url "https://github.com/vityok/cl-string-match")
- (changeset changeset)))
+ (url "https://github.com/vityok/cl-string-match")
+ (changeset changeset)))
(sha256
(base32
"01wn5qx562w43ssy92xlfgv79w7p0nv0wbl76mpmba131n9ziq2y"))
(file-name (git-file-name "cl-string-match" version))))
(build-system asdf-build-system/sbcl)
(inputs
- `(("alexandria" ,sbcl-alexandria)
- ("babel" ,sbcl-babel)
- ("iterate" ,sbcl-iterate)
- ("jpl-queues" ,sbcl-jpl-queues)
- ("jpl-util" ,sbcl-jpl-util)
- ("mgl-pax" ,sbcl-mgl-pax)
- ("parse-float" ,sbcl-parse-float)
- ("proc-parse" ,sbcl-proc-parse)
- ("yacc" ,sbcl-cl-yacc)))
+ (list sbcl-alexandria
+ sbcl-babel
+ sbcl-iterate
+ sbcl-jpl-queues
+ sbcl-jpl-util
+ sbcl-mgl-pax
+ sbcl-parse-float
+ sbcl-proc-parse
+ sbcl-cl-yacc))
;; TODO: Tests are not evaluated properly.
(native-inputs
;; For testing: