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 2f1be81280 gnu: Add clasp-list-named-class.
2f1be81280 is described below

commit 2f1be81280ebb27a007b45259b4e63a4c4846d3a
Author: jgart <[email protected]>
AuthorDate: Wed Jan 21 11:53:00 2026 -0500

    gnu: Add clasp-list-named-class.
    
    * gnu/packages/lisp-xyz.scm (clasp-list-named-class): New variable.
    
    Change-Id: I183c1e493f3d2f6e5f5832d10e9f690195d658d6
---
 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 347a822da6..712b9d16af 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21448,6 +21448,9 @@ instead of symbols.")
 (define-public ecl-list-named-class
   (sbcl-package->ecl-package sbcl-list-named-class))
 
+(define-public clasp-list-named-class
+  (sbcl-package->clasp-package sbcl-list-named-class))
+
 (define-public sbcl-listopia
   (package
     (name "sbcl-listopia")

Reply via email to