diff options
-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)) |