unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "André A. Gomes" <andremegafone@gmail.com>
To: 70405@debbugs.gnu.org
Subject: [bug#70405] [PATCH]: Update sbcl-cl-colors to 0.6.0
Date: Mon, 15 Apr 2024 23:00:01 +0300	[thread overview]
Message-ID: <87r0f6o0qm.fsf@gmail.com> (raw)

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

Attached, thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

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

From a4fd263185ed05d3156f4e45b7a7adf0fb97fb8c Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 15 Apr 2024 22:59:23 +0300
Subject: [PATCH] gnu: sbcl-cl-colors2: Update to 0.6.0.

* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2): Update to 0.6.0.
---
 gnu/packages/lisp-xyz.scm | 46 +++++++++++++++++++--------------------
 1 file changed, 22 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5ce928fc84..54e1d58b37 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12654,28 +12654,26 @@ (define-public ecl-cl-lex
   (sbcl-package->ecl-package sbcl-cl-lex))
 
 (define-public sbcl-cl-colors2
-  (let ((commit "7a1410765e5186625df19a875cebba685e9e51bd")
-        (revision "4"))
-    (package
-      (name "sbcl-cl-colors2")
-      (version (git-version "0.5.4" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://codeberg.org/cage/cl-colors2.git")
-               (commit commit)))
-         (file-name (git-file-name "cl-colors2" version))
-         (sha256
-          (base32 "1xk3wshp21v193wbj1gs0czxaci00wwm957vmqi2dvlv0wgb2hfr"))))
-      (build-system asdf-build-system/sbcl)
-      (native-inputs
-       (list sbcl-clunit2))
-      (inputs
-       (list sbcl-alexandria sbcl-cl-ppcre))
-      (synopsis "Color library for Common Lisp")
-      (description
-       "This is a very simple color library for Common Lisp, providing:
+  (package
+    (name "sbcl-cl-colors2")
+    (version "0.6.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://codeberg.org/cage/cl-colors2")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0vnvlq9xixs04768q7hapsi16cjp3ych6mypvs6chihd5dal4cnd"))))
+    (build-system asdf-build-system/sbcl)
+    (native-inputs
+     (list sbcl-parse-number sbcl-clunit2))
+    (inputs
+     (list sbcl-alexandria sbcl-cl-ppcre))
+    (synopsis "Color library for Common Lisp")
+    (description
+     "This is a very simple color library for Common Lisp, providing:
 
 @itemize
 @item Types for representing colors in HSV, HSL, and RGB spaces.
@@ -12683,8 +12681,8 @@ (define-public sbcl-cl-colors2
 @item Function printing colors to HEX, RGB, RGBA, and HSL.
 @item Predefined colors from X11, SVG, and GDK.
 @end itemize\n")
-      (home-page "https://codeberg.org/cage/cl-colors2")
-      (license license:boost1.0))))
+    (home-page "https://codeberg.org/cage/cl-colors2")
+    (license license:boost1.0)))
 
 (define-public cl-colors2
   (sbcl-package->cl-source-package sbcl-cl-colors2))
-- 
2.41.0


             reply	other threads:[~2024-04-15 20:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-15 20:00 André A. Gomes [this message]
2024-04-18  8:28 ` bug#70405: [PATCH]: Update sbcl-cl-colors to 0.6.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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87r0f6o0qm.fsf@gmail.com \
    --to=andremegafone@gmail.com \
    --cc=70405@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).