emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#51204: closed ([PATCH] gnu: cl-ansi-text: Update to 2.0.1)


From: GNU bug Tracking System
Subject: bug#51204: closed ([PATCH] gnu: cl-ansi-text: Update to 2.0.1)
Date: Fri, 15 Oct 2021 09:25:02 +0000

Your message dated Fri, 15 Oct 2021 09:23:48 +0000
with message-id <87sfx23aka.fsf@kitej>
and subject line Re: [bug#51204] [PATCH] gnu: cl-ansi-text: Update to 2.0.1
has caused the debbugs.gnu.org bug report #51204,
regarding [PATCH] gnu: cl-ansi-text: Update to 2.0.1
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51204: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51204
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cl-ansi-text: Update to 2.0.1 Date: Thu, 14 Oct 2021 12:17:41 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#51204] [PATCH] gnu: cl-ansi-text: Update to 2.0.1 Date: Fri, 15 Oct 2021 09:23:48 +0000
Patch pushed as ea8806f868a3b6577d8c014d5301b93012eb294b.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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