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 36606c66db gnu: Add clasp-jpl-util.
36606c66db is described below
commit 36606c66db0d77e5af77ac3a2a09a3ae10b0f84b
Author: jgart <[email protected]>
AuthorDate: Tue Jul 15 14:51:35 2025 -0500
gnu: Add clasp-jpl-util.
* gnu/packages/lisp-xyz.scm (clasp-jpl-util): New variable.
Change-Id: Ibb1d84e8f07e542bf51cd0fa2218e7d04959f605
---
gnu/packages/lisp-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b4a3137475..7e909ad8de 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -19426,6 +19426,9 @@ and macros, primarily for software projects written in
CL by the author.")
(define-public ecl-jpl-util
(sbcl-package->ecl-package sbcl-jpl-util))
+(define-public clasp-jpl-util
+ (sbcl-package->clasp-package sbcl-jpl-util))
+
(define-public sbcl-json-streams
(let ((commit "5da012e8133affbf75024e7500feb37394690752")
(revision "1"))