all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64111] [PATCH] gnu: Update sbcl-cl-colors2 to 0.5.4.
@ 2023-06-16 15:55 Artyom Bologov
  2023-06-17  9:29 ` bug#64111: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom Bologov @ 2023-06-16 15:55 UTC (permalink / raw)
  To: 64111

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

Hi Guix,

Here's a patch updating sbcl-cl-colors2 to 0.5.4.


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

From 7910ea754c433ddb064c9fc5e8236975574ec1c9 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <aartaka@protonmail.com>
Date: Fri, 16 Jun 2023 19:52:53 +0400
Subject: [PATCH] gnu: Update sbcl-cl-colors2 to 0.5.4.

* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2): Update to 0.5.4.
[description]: Update with the latest changes.
---
 gnu/packages/lisp-xyz.scm | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 16deb85e5e..54c7f2368d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11717,11 +11717,11 @@ (define-public ecl-cl-lex
   (sbcl-package->ecl-package sbcl-cl-lex))
 
 (define-public sbcl-cl-colors2
-  (let ((commit "d620e7fb504bbec3ed48cc7cd03f60ce2bb3735d")
-        (revision "2"))
+  (let ((commit "cc03badf5f69be65ae7e13c2f9a7c16838ab8241")
+        (revision "3"))
     (package
       (name "sbcl-cl-colors2")
-      (version (git-version "0.5.0" revision commit))
+      (version (git-version "0.5.4" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -11730,7 +11730,7 @@ (define-public sbcl-cl-colors2
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "14wx006lv4bhf86z68484kphm5jsh86ns60pb4i1bi8kl8lp03r0"))))
+          (base32 "1l7sl7nnvq13xmss9wwkhcq123bsylskxjrijwfkqp6sm02gbd15"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-clunit2))
@@ -11741,11 +11741,10 @@ (define-public sbcl-cl-colors2
        "This is a very simple color library for Common Lisp, providing:
 
 @itemize
-@item Types for representing colors in HSV and RGB spaces.
-@item Simple conversion functions between the above types (and also
-hexadecimal representation for RGB).
-@item Some predefined colors (currently X11 color names -- of course
-the library does not depend on X11).
+@item Types for representing colors in HSV, HSL, and RGB spaces.
+@item Simple conversion functions between the above types.
+@item Function printing colors to HEX, RGB, RGBA, and HSL.
+@item Predefined colors from X11, SVG, and GDK.
 @end itemize\n")
       (home-page "https://notabug.org/cage/cl-colors2")
       (license license:boost1.0))))
-- 
2.40.1


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


Thanks,
--
Artyom Bologov.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64111: [PATCH] gnu: Update sbcl-cl-colors2 to 0.5.4.
  2023-06-16 15:55 [bug#64111] [PATCH] gnu: Update sbcl-cl-colors2 to 0.5.4 Artyom Bologov
@ 2023-06-17  9:29 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-06-17  9:29 UTC (permalink / raw)
  To: Artyom Bologov; +Cc: 64111-done

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

Patch applied as 010e79f2926f80b5a27f6a47628764296b8bb059.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-17  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-16 15:55 [bug#64111] [PATCH] gnu: Update sbcl-cl-colors2 to 0.5.4 Artyom Bologov
2023-06-17  9:29 ` bug#64111: " Guillaume Le Vaillant

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.