diff options
author | cage <[email protected]> | 2024-08-24 12:32:52 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <[email protected]> | 2024-08-26 11:04:27 +0200 |
commit | 0114e7ce34a63f502a07564befd7abbb88358d35 (patch) | |
tree | 6553ea8024413a7260c82c2e65ac2e34db8512db /gnu/packages/lisp-xyz.scm | |
parent | f17d1b094745f28769a2bd83271746d31fbca9fe (diff) |
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 <[email protected]>
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 483b352949..ba2987337b 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -4420,7 +4420,7 @@ This library is no longer supported by its author.") (define-public sbcl-cl-colors2 (package (name "sbcl-cl-colors2") - (version "0.6.0") + (version "0.6.1") (source (origin (method git-fetch) @@ -4429,7 +4429,7 @@ This library is no longer supported by its author.") (commit (string-append "v" version)))) (file-name (git-file-name "cl-colors2" version)) (sha256 - (base32 "0vnvlq9xixs04768q7hapsi16cjp3ych6mypvs6chihd5dal4cnd")))) + (base32 "053bidgbqziv5visdq09gy8zf30cvqh1w06l23yygn1yrg7m7302")))) (build-system asdf-build-system/sbcl) (native-inputs (list sbcl-clunit2)) |