mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: cl-ansi-text: Update to 2.0.1.
* gnu/packages/lisp-xyz.scm (cl-ansi-text): Update to 2.0.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
2bd04fd3be
commit
ea8806f868
1 changed files with 4 additions and 4 deletions
|
@ -2573,10 +2573,10 @@ (define-public ecl-cl-colors
|
||||||
(sbcl-package->ecl-package sbcl-cl-colors))
|
(sbcl-package->ecl-package sbcl-cl-colors))
|
||||||
|
|
||||||
(define-public sbcl-cl-ansi-text
|
(define-public sbcl-cl-ansi-text
|
||||||
(let ((commit "53badf7878f27f22f2d4a2a43e6df458e43acbe9"))
|
(let ((commit "8b129d83c7511b54cdd9d4123825a2d06349b25c"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl-ansi-text")
|
(name "sbcl-cl-ansi-text")
|
||||||
(version (git-version "1.0.0" "1" commit))
|
(version (git-version "2.0.1" "1" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2585,12 +2585,12 @@ (define-public sbcl-cl-ansi-text
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11i27n0dbz5lmygiw65zzr8lx0rac6b6yysqranphn31wls6ja3v"))
|
"0nk7ajqfa937w1iy3zy86jjbw8yffm05cqs4wxkgl97v6kmmya14"))
|
||||||
(file-name (git-file-name "cl-ansi-text" version))))
|
(file-name (git-file-name "cl-ansi-text" version))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
`(("alexandria" ,sbcl-alexandria)
|
||||||
("cl-colors" ,sbcl-cl-colors)))
|
("cl-colors2" ,sbcl-cl-colors2)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("fiveam" ,sbcl-fiveam)))
|
`(("fiveam" ,sbcl-fiveam)))
|
||||||
(synopsis "ANSI terminal color implementation for Common Lisp")
|
(synopsis "ANSI terminal color implementation for Common Lisp")
|
||||||
|
|
Loading…
Reference in a new issue