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 v2 2/2] gnu: cl-eclector: Update to 0.9.0.
Date: Sun, 19 Mar 2023 19:42:35 +0000	[thread overview]
Message-ID: <20230319194217.4627-3-paul@apatience.com> (raw)
In-Reply-To: <20230319194217.4627-1-paul@apatience.com>

* gnu/packages/lisp-xyz.scm (sbcl-eclector): Update to 0.9.0.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8ee8d28180..aadf705a17 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16968,7 +16968,7 @@ (define-public cl-concrete-syntax-tree
 (define-public sbcl-eclector
   (package
     (name "sbcl-eclector")
-    (version "0.5.0")
+    (version "0.9.0")
     (source
      (origin
        (method git-fetch)
@@ -16977,7 +16977,7 @@ (define-public sbcl-eclector
              (commit version)))
        (file-name (git-file-name "cl-eclector" version))
        (sha256
-        (base32 "0bwkla0jdp5bg0q1zca5wg22b0nbdmglgax345nrhsf8bdrh47wm"))))
+        (base32 "10whwpz08fkdcz59sz1b6rn5r1pdns5wnsb1g26gppiv3rrg3cvh"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
      (list sbcl-fiveam))
--
2.39.2






  parent reply	other threads:[~2023-03-19 19:43 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   ` [bug#62270] [PATCH 2/2] gnu: cl-eclector: Update to 0.9.0-0.711140a Paul A. Patience
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   ` Paul A. Patience [this message]
2023-03-22  9:39   ` bug#62270: [PATCH v2 0/2] gnu: cl-eclector: Update to 0.9.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=20230319194217.4627-3-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.