* [bug#51204] [PATCH] gnu: cl-ansi-text: Update to 2.0.1
@ 2021-10-14 12:17 Foo Chuan Wei
2021-10-15 9:23 ` bug#51204: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Foo Chuan Wei @ 2021-10-14 12:17 UTC (permalink / raw)
To: 51204
* gnu/packages/lisp-xyz.scm (cl-ansi-text): Update to 2.0.1.
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 29d79e481e..cb5393cb93 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2573,10 +2573,10 @@ This library is no longer supported by its author.")
(sbcl-package->ecl-package sbcl-cl-colors))
(define-public sbcl-cl-ansi-text
- (let ((commit "53badf7878f27f22f2d4a2a43e6df458e43acbe9"))
+ (let ((commit "8b129d83c7511b54cdd9d4123825a2d06349b25c"))
(package
(name "sbcl-cl-ansi-text")
- (version (git-version "1.0.0" "1" commit))
+ (version (git-version "2.0.1" "1" commit))
(source
(origin
(method git-fetch)
@@ -2585,12 +2585,12 @@ This library is no longer supported by its author.")
(commit commit)))
(sha256
(base32
- "11i27n0dbz5lmygiw65zzr8lx0rac6b6yysqranphn31wls6ja3v"))
+ "0nk7ajqfa937w1iy3zy86jjbw8yffm05cqs4wxkgl97v6kmmya14"))
(file-name (git-file-name "cl-ansi-text" version))))
(build-system asdf-build-system/sbcl)
(inputs
`(("alexandria" ,sbcl-alexandria)
- ("cl-colors" ,sbcl-cl-colors)))
+ ("cl-colors2" ,sbcl-cl-colors2)))
(native-inputs
`(("fiveam" ,sbcl-fiveam)))
(synopsis "ANSI terminal color implementation for Common Lisp")
base-commit: 5fafb6e792c1e18ec223f0c7fb350d0c9b962a45
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51204: [PATCH] gnu: cl-ansi-text: Update to 2.0.1
2021-10-14 12:17 [bug#51204] [PATCH] gnu: cl-ansi-text: Update to 2.0.1 Foo Chuan Wei
@ 2021-10-15 9:23 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-10-15 9:23 UTC (permalink / raw)
To: Foo Chuan Wei; +Cc: 51204-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as ea8806f868a3b6577d8c014d5301b93012eb294b.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-15 9:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-14 12:17 [bug#51204] [PATCH] gnu: cl-ansi-text: Update to 2.0.1 Foo Chuan Wei
2021-10-15 9:23 ` bug#51204: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.