guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 059b70089c063fed1b26f4c6bf3fe4209d80f495
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 02:23:31 2026 -0500
gnu: sbcl-cl-abnf: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-cl-abnf)[inputs]: Refactor to modern
style.
Change-Id: I6cf2a501b66779ec775a3a3faae8403c50d463ff
---
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 47974f8ee4..feef9be6b9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4300,8 +4300,8 @@ reset to 0 and you're able to read it again.")
(base32 "0f09nsndxa90acm71zd4qdnp40v705a4sqm04mnv9x76h6dlggmz"))))
(build-system asdf-build-system/sbcl)
(inputs
- `(("cl-ppcre" ,sbcl-cl-ppcre)
- ("esrap" ,sbcl-esrap)))
+ (list sbcl-cl-ppcre
+ sbcl-esrap))
(arguments
`(#:asd-systems '("abnf")))
(home-page "https://github.com/dimitri/cl-abnf")