all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 55942@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#55942] [PATCH 3/3] gnu: serapeum: Update to 0.0.0-7.d2150c6.
Date: Mon, 13 Jun 2022 12:27:00 +0000	[thread overview]
Message-ID: <20220613122650.278003-2-paul@apatience.com> (raw)
In-Reply-To: <20220613122650.278003-1-paul@apatience.com>

* gnu/packages/lisp-xyz.scm (serapeum): Update to 0.0.0-7.d2150c6.
[inputs]: Remove sbcl-named-readtables and sbcl-fare-quasiquote.
Add sbcl-introspect-environment and sbcl-trivial-cltl2.
[native-inputs]: Add sbcl-atomics.
---
 gnu/packages/lisp-xyz.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index cf8af2fc89..8ebb66b212 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7504,8 +7504,8 @@ (define-public ecl-trivial-macroexpand-all
   (sbcl-package->ecl-package sbcl-trivial-macroexpand-all))

 (define-public sbcl-serapeum
-  (let ((commit "c29a52ff0c5f6e60b09919c3a0daa8df7599ddb9")
-        (revision "6"))
+  (let ((commit "d2150c6fb75c16f2ee0abd145a1089d0019e7f7e")
+        (revision "7"))
     (package
       (name "sbcl-serapeum")
       (version (git-version "0.0.0" revision commit))
@@ -7518,7 +7518,7 @@ (define-public sbcl-serapeum
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0vij9jhji09way1rpd0r5sgjnh5amm3f2ymppnqkw0c6nnk2p0kd"))))
+          (base32 "1czs771nyqz45ndd09iiva2swvazy1b2z0k6h4qqdd839vnjcs06"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-alexandria
@@ -7528,14 +7528,15 @@ (define-public sbcl-serapeum
              sbcl-parse-number
              sbcl-trivial-garbage
              sbcl-bordeaux-threads
-             sbcl-named-readtables
-             sbcl-fare-quasiquote
              sbcl-parse-declarations
+             sbcl-introspect-environment
+             sbcl-trivial-cltl2
              sbcl-global-vars
              sbcl-trivial-file-size
              sbcl-trivial-macroexpand-all))
       (native-inputs
-       (list sbcl-fiveam
+       (list sbcl-atomics
+             sbcl-fiveam
              sbcl-local-time))
       (arguments
        (list #:phases
--
2.36.1






  reply	other threads:[~2022-06-13 12:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-13 12:25 [bug#55942] [PATCH 1/3] gnu: serapeum: Remove input labels Paul A. Patience
2022-06-13 12:26 ` [bug#55942] [PATCH 2/3] gnu: serapeum: Use G-expressions Paul A. Patience
2022-06-13 12:27   ` Paul A. Patience [this message]
2022-06-14 13:59     ` bug#55942: [PATCH 3/3] gnu: serapeum: Update to 0.0.0-7.d2150c6 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=20220613122650.278003-2-paul@apatience.com \
    --to=paul@apatience.com \
    --cc=55942@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.