all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 62270@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#62270] [PATCH 2/2] gnu: cl-eclector: Update to 0.9.0-0.711140a.
Date: Sun, 19 Mar 2023 01:28:51 +0000	[thread overview]
Message-ID: <20230319012840.75458-2-paul@apatience.com> (raw)
In-Reply-To: <20230319012840.75458-1-paul@apatience.com>

* gnu/packages/lisp-xyz.scm (sbcl-eclector): Update to 0.9.0-0.711140a.
---
 gnu/packages/lisp-xyz.scm | 58 ++++++++++++++++++++-------------------
 1 file changed, 30 insertions(+), 28 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 12ddcb65e5..32470f1c0e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16966,33 +16966,35 @@ (define-public cl-concrete-syntax-tree
   (sbcl-package->cl-source-package sbcl-concrete-syntax-tree))

 (define-public sbcl-eclector
-  (package
-    (name "sbcl-eclector")
-    (version "0.5.0")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/s-expressionists/Eclector")
-             (commit version)))
-       (file-name (git-file-name "cl-eclector" version))
-       (sha256
-        (base32 "0bwkla0jdp5bg0q1zca5wg22b0nbdmglgax345nrhsf8bdrh47wm"))))
-    (build-system asdf-build-system/sbcl)
-    (native-inputs
-     (list sbcl-fiveam))
-    (inputs
-     (list sbcl-acclimation
-           sbcl-alexandria
-           sbcl-closer-mop
-           sbcl-concrete-syntax-tree))
-    (arguments
-     '(#:asd-systems '("eclector"
-                       "eclector-concrete-syntax-tree")))
-    (home-page "https://s-expressionists.github.io/Eclector/")
-    (synopsis "Highly customizable, portable Common Lisp reader")
-    (description
-     "Eclector is a portable Common Lisp reader that is highly customizable,
+  (let ((commit "711140a1be3f957d5ef32df596b396f9c1ae7bd4")
+        (revision "0"))
+    (package
+      (name "sbcl-eclector")
+      (version (git-version "0.9.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/s-expressionists/Eclector")
+               (commit commit)))
+         (file-name (git-file-name "cl-eclector" version))
+         (sha256
+          (base32 "1zv5551cs9da06kndafjjnf45cxjpva2va05wfds2pdnz9rpf7g7"))))
+      (build-system asdf-build-system/sbcl)
+      (native-inputs
+       (list sbcl-fiveam))
+      (inputs
+       (list sbcl-acclimation
+             sbcl-alexandria
+             sbcl-closer-mop
+             sbcl-concrete-syntax-tree))
+      (arguments
+       '(#:asd-systems '("eclector"
+                         "eclector-concrete-syntax-tree")))
+      (home-page "https://s-expressionists.github.io/Eclector/")
+      (synopsis "Highly customizable, portable Common Lisp reader")
+      (description
+       "Eclector is a portable Common Lisp reader that is highly customizable,
 can recover from errors and can return concrete syntax trees.

 In contrast to many other reader implementations, eclector can recover from
@@ -17001,7 +17003,7 @@ (define-public sbcl-eclector

 It can also produce instances of the concrete syntax tree classes provided by
 the concrete syntax tree library.")
-    (license license:bsd-2)))
+      (license license:bsd-2))))

 (define-public ecl-eclector
   (sbcl-package->ecl-package sbcl-eclector))
--
2.39.2






  reply	other threads:[~2023-03-19  1:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19  1:27 [bug#62270] [PATCH 0/2] gnu: cl-eclector: Update to 0.9.0-0.711140a Paul A. Patience
2023-03-19  1:28 ` [bug#62270] [PATCH 1/2] gnu: cl-eclector: Improve package style Paul A. Patience
2023-03-19  1:28   ` Paul A. Patience [this message]
2023-03-19 19:42 ` [bug#62270] [PATCH v2 0/2] gnu: cl-eclector: Update to 0.9.0 Paul A. Patience
2023-03-19 19:42   ` [bug#62270] [PATCH v2 1/2] gnu: cl-eclector: Improve package style Paul A. Patience
2023-03-19 19:42   ` [bug#62270] [PATCH v2 2/2] gnu: cl-eclector: Update to 0.9.0 Paul A. Patience
2023-03-22  9:39   ` bug#62270: [PATCH v2 0/2] " 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=20230319012840.75458-2-paul@apatience.com \
    --to=paul@apatience.com \
    --cc=62270@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.