guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f4526addbcd753d11576eee15e2459d23bc95c9a
Author: jgart <[email protected]>
AuthorDate: Sun Feb 15 14:30:58 2026 -0500
gnu: Add clasp-punycode.
* gnu/packages/lisp-xyz.scm (clasp-punycode): New variable.
Change-Id: I3b9b0d78ee9ca39861100f7fc698a918da202329
---
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 2096c82b0e..9fc39be69b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27125,6 +27125,9 @@ specified in RFC 3492 and used for unicode characters
in domain names.")
(define-public ecl-punycode
(sbcl-package->ecl-package sbcl-punycode))
+(define-public clasp-punycode
+ (sbcl-package->clasp-package sbcl-punycode))
+
(define-public sbcl-purgatory
(let ((commit "3afd8f6bb4093ffb2f39ffdedf11278b3617fff9")
(revision "1"))