all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 54707@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#54707] [PATCH v2] gnu: sbcl-sxql: Update to cc3478c.
Date: Mon,  4 Apr 2022 10:53:04 -0400	[thread overview]
Message-ID: <20220404145303.23145-1-jgart@dismail.de> (raw)
In-Reply-To: <20220404144931.22567-1-jgart@dismail.de>

* gnu/packages/lisp-xyz.scm (sbcl-sxql): Update to cc3478c and
use revision variable in let block.
[inputs]: Add missing sbcl-trivia input.

Forgot to add some details in the commit message.

Here is v2.

all best,

jgart
---
 gnu/packages/lisp-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e8c6406d7a..aa0a744c1c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10790,10 +10790,11 @@ (define-public ecl-exponential-backoff
   (sbcl-package->ecl-package sbcl-exponential-backoff))
 
 (define-public sbcl-sxql
-  (let ((commit "acdd183a4c38b4e0699a285f8a711c88f6b4302c"))
+  (let ((commit "cc3478cacb0557475a59cf619dad66c5dc8080ba")
+        (revision "3"))
     (package
       (name "sbcl-sxql")
-      (version (git-version "0.1.0" "2" commit))
+      (version (git-version "0.1.0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -10802,7 +10803,7 @@ (define-public sbcl-sxql
                (commit commit)))
          (file-name (git-file-name "sqxl" version))
          (sha256
-          (base32 "1i1crdsf2nbyxxpvjgrwmwpjxn6a4drbcmqs4q4shfi8zyap7vng"))))
+          (base32 "011an993amy8q3gl4hyqrgnc93cgny3cv9gbp679rrmyyp8zmywr"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-alexandria
@@ -10811,6 +10812,7 @@ (define-public sbcl-sxql
              sbcl-iterate
              sbcl-optima
              sbcl-split-sequence
+             sbcl-trivia
              sbcl-trivial-types))
       (native-inputs
        (list sbcl-prove))
-- 
2.34.0





  reply	other threads:[~2022-04-04 14:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04 14:49 [bug#54707] [PATCH] gnu: sbcl-sxql: Update to cc3478c jgart via Guix-patches via
2022-04-04 14:53 ` jgart via Guix-patches via [this message]
2022-04-07  8:24   ` bug#54707: [PATCH v2] " 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=20220404145303.23145-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=54707@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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.