guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/71: gnu: clasp-cl: Rename variable.


From: guix-commits
Subject: 02/71: gnu: clasp-cl: Rename variable.
Date: Wed, 1 Jan 2025 12:13:31 -0500 (EST)

jgart pushed a commit to branch lisp-team-asdf-build-system-clasp
in repository guix.

commit 0dfee8fc7c88553b70d3574da402a8144274225d
Author: jgart <jgart@dismail.de>
AuthorDate: Mon Dec 30 19:34:21 2024 -0600

    gnu: clasp-cl: Rename variable.
    
    * gnu/packages/lisp.scm (clasp-cl): Rename to clasp.
    
    Change-Id: I8ce65fbcada70fb015812341951373e6804ccebe
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index fe80c63d9a..c67b645b74 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -376,9 +376,9 @@ generational, compacting garbage collector, and a 
convenient foreign-function
 interface.")
     (license license:asl2.0)))
 
-(define-public clasp-cl
+(define-public clasp
   (package
-    (name "clasp-cl")
+    (name "clasp")
     (version "2.6.0")
     (source
      (origin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]