all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 68127@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#68127] [PATCH 2/2] gnu: cl-coalton: Update to 0.0.1-4.9393424.
Date: Sat, 30 Dec 2023 02:14:19 +0000	[thread overview]
Message-ID: <2b77bac1dc3e00e70fe0b888f79c74e8affb3021.1703902293.git.paul@apatience.com> (raw)
In-Reply-To: <cover.1703902293.git.paul@apatience.com>

* gnu/packages/lisp-xyz.scm (sbcl-coalton): Update to 0.0.1-4.9393424.
  [inputs]: Remove sbcl-json-streams and sbcl-split-sequence.
  Add sbcl-concrete-syntax-tree, sbcl-eclector and sbcl-named-readtables.

Change-Id: Ibedd5bcf9b76e0300775503119babc4d4511e596
---
 gnu/packages/lisp-xyz.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7323575b20..d8fff7df5b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -19870,8 +19870,8 @@ (define-public cl-abstract-classes
   (sbcl-package->cl-source-package sbcl-abstract-classes))
 
 (define-public sbcl-coalton
-  (let ((commit "ba758062bdc7c316438198601f43900c51df25d8")
-        (revision "3"))
+  (let ((commit "939342495f55991812c2c2767322c5e51e755216")
+        (revision "4"))
     (package
       (name "sbcl-coalton")
       (version (git-version "0.0.1" revision commit))
@@ -19883,16 +19883,17 @@ (define-public sbcl-coalton
                (commit commit)))
          (file-name (git-file-name "cl-coalton" version))
          (sha256
-          (base32 "08sxfla1gyf9pczylaq1cn2j1nr2gzc9w0pk6aarsa4q2770zhf7"))))
+          (base32 "08qzj3v4fvn9h87whyqg650rpap8lva7jr94d1akv6m2z62l5q68"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-fiasco))
       (inputs
        (list sbcl-alexandria
+             sbcl-concrete-syntax-tree
+             sbcl-eclector
              sbcl-float-features
              sbcl-fset
-             sbcl-json-streams
-             sbcl-split-sequence
+             sbcl-named-readtables
              sbcl-trivial-garbage))
       (home-page "https://coalton-lang.github.io")
       (synopsis "Dialect of ML in Common Lisp")
-- 
2.41.0






  parent reply	other threads:[~2023-12-30  2:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-30  2:12 [bug#68127] [PATCH 0/2] gnu: cl-coalton: Update to 0.0.1-4.9393424 Paul A. Patience
2023-12-30  2:14 ` [bug#68127] [PATCH 1/2] gnu: cl-eclector: Update to 0.9.0-0.d499b09 Paul A. Patience
2023-12-30  2:14 ` Paul A. Patience [this message]
2024-01-04 14:17 ` bug#68127: [PATCH 0/2] gnu: cl-coalton: Update to 0.0.1-4.9393424 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=2b77bac1dc3e00e70fe0b888f79c74e8affb3021.1703902293.git.paul@apatience.com \
    --to=paul@apatience.com \
    --cc=68127@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.