all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Artyom Bologov <mail@aartaka.me>
To: 62787@debbugs.gnu.org
Subject: [bug#62787] [PATCH] gnu: sbcl-cl-colors2: Update to 0.5.0.
Date: Wed, 12 Apr 2023 14:09:40 +0400	[thread overview]
Message-ID: <87o7ntmmvb.fsf@aartaka.me> (raw)

[-- Attachment #1: Type: text/plain, Size: 72 bytes --]

Hello Guix,

This updates cl-color2 to 0.5.0. Find the patch attached.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update cl-colors2 to 0.5.0 --]
[-- Type: text/x-patch, Size: 1468 bytes --]

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(-)

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


[-- Attachment #3: Type: text/plain, Size: 27 bytes --]


Thanks,
--
Artyom Bologov

             reply	other threads:[~2023-04-12 10:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-12 10:09 Artyom Bologov [this message]
2023-04-14 12:34 ` bug#62787: [PATCH] gnu: sbcl-cl-colors2: Update to 0.5.0 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o7ntmmvb.fsf@aartaka.me \
    --to=mail@aartaka.me \
    --cc=62787@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.