[PATCH 2/6] gnu: cl-colors2: Update to 0.6.1.

  • Open
  • quality assurance status badge
Details
One participant
  • GNU Guix Live
Owner
unassigned
Submitted by
GNU Guix Live
Severity
normal
G
G
GNU Guix Live wrote on 24 Aug 12:32 +0200
(address . guix-patches@gnu.org)
87d2086cdba0ff9589866a1912dc27bd0061689d.1724495253.git.cage-dev@twistfold.it
Change-Id: Icbd2c7b86c961243d117564a2eaadec7a5af73f2
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 19ecc96126..4dbc2fa52e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4420,7 +4420,7 @@ (define-public ecl-cl-colors
(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 @@ (define-public sbcl-cl-colors2
(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))
--
2.38.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 72786@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72786
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch