[PATCH] gnu: sbcl-cl-colors2: Update to 0.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Artyom Bologov
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal

Debbugs page

Artyom Bologov wrote 2 years ago
(name . Guix-patches)(address . guix-patches@gnu.org)
87o7ntmmvb.fsf@aartaka.me
Hello Guix,

This updates cl-color2 to 0.5.0. Find the patch attached.
From 326e9e2f1fe674aab814824b11a8816d5ac3f3b6 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Wed, 12 Apr 2023 14:07:36 +0400
Subject: [PATCH] gnu: sbcl-cl-colors2: Update to 0.5.0.

* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2) Update to 0.5.0
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 86268ab74b..670b784d9d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11484,11 +11484,11 @@ (define-public ecl-cl-lex
(sbcl-package->ecl-package sbcl-cl-lex))
(define-public sbcl-cl-colors2
- (let ((commit "795aedee593b095fecde574bd999b520dd03ed24")
- (revision "1"))
+ (let ((commit "d620e7fb504bbec3ed48cc7cd03f60ce2bb3735d")
+ (revision "2"))
(package
(name "sbcl-cl-colors2")
- (version (git-version "0.2.1" revision commit))
+ (version (git-version "0.5.0" revision commit))
(source
(origin
(method git-fetch)
@@ -11497,7 +11497,7 @@ (define-public sbcl-cl-colors2
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0hlyf4h5chkjdp9armla5w4kw5acikk159sym7y8c4jbjp9x47ih"))))
+ (base32 "14wx006lv4bhf86z68484kphm5jsh86ns60pb4i1bi8kl8lp03r0"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-clunit2))
--
2.38.1
Thanks,
--
Artyom Bologov
Guillaume Le Vaillant wrote 2 years ago
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 62787-done@debbugs.gnu.org)
87ttxizlov.fsf@kitej
Patch pushed as a6b3bdb7fc5e59607c257b769a53f346c327e60d.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZDlIcA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+UpwD/dX/cbGY0YZraFpRVL+aUvrHcDUvOoenQnwxA
Ypb7l7MA/AkWV4GAkFxvIEJtFeslvlMf4uDthBs1eK5abZgJMUOF
=bj+2
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 62787
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help