GNU bug report logs -
#75248
[PATCH 02/71] gnu: clasp-cl: Rename variable.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Wed, 1 Jan 2025 19:08:02 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75248: [PATCH 02/71] gnu: clasp-cl: Rename variable.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75248 <at> debbugs.gnu.org.
--
75248: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75248
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> * 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 @@ (define-public ccl
> interface.")
> (license license:asl2.0)))
>
> -(define-public clasp-cl
> +(define-public clasp
> (package
> - (name "clasp-cl")
> + (name "clasp")
> (version "2.6.0")
> (source
> (origin
> --
> 2.47.1
<#secure method=pgpmime mode=sign>
--
all the best,
jgart
[Message part 3 (message/rfc822, inline)]
* 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 @@ (define-public ccl
interface.")
(license license:asl2.0)))
-(define-public clasp-cl
+(define-public clasp
(package
- (name "clasp-cl")
+ (name "clasp")
(version "2.6.0")
(source
(origin
--
2.47.1
This bug report was last modified 128 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.