gnu: cl-colors2: Update to 0.6.1.

* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2): Update to 0.6.1.

Change-Id: Icbd2c7b86c961243d117564a2eaadec7a5af73f2
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
cage 2024-08-24 12:32:52 +02:00 committed by Guillaume Le Vaillant
parent f17d1b0947
commit 0114e7ce34
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -4420,7 +4420,7 @@ This library is no longer supported by its author.")
(define-public sbcl-cl-colors2 (define-public sbcl-cl-colors2
(package (package
(name "sbcl-cl-colors2") (name "sbcl-cl-colors2")
(version "0.6.0") (version "0.6.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4429,7 +4429,7 @@ This library is no longer supported by its author.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name "cl-colors2" version)) (file-name (git-file-name "cl-colors2" version))
(sha256 (sha256
(base32 "0vnvlq9xixs04768q7hapsi16cjp3ych6mypvs6chihd5dal4cnd")))) (base32 "053bidgbqziv5visdq09gy8zf30cvqh1w06l23yygn1yrg7m7302"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs
(list sbcl-clunit2)) (list sbcl-clunit2))