unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: 73198@debbugs.gnu.org
Subject: [bug#73198] [PATCH 3/3] gnu: Update cl-clack to 2.1.0.
Date: Thu, 12 Sep 2024 16:06:48 +0200	[thread overview]
Message-ID: <m1a5gdj79j.fsf@fastmail.net> (raw)
In-Reply-To: <m1ikv1j7ga.fsf@fastmail.net>

* gnu/packages/lisp-xyz.scm (sbcl-clack cl-clack ecl-clack): Update tp 2.1.0.

Change-Id: I460a621af2a50ffb6e268180873bd7570e900824
---
 gnu/packages/lisp-xyz.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d026d04485..9f1b0873cd 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10375,11 +10375,11 @@ (define-public ecl-clache
   (sbcl-package->ecl-package sbcl-clache))
 
 (define-public sbcl-clack
-  (let ((commit "6fd0279424f7ba5fd4f92d69a1970846b0b11222")
-        (revision "2"))
+  (let ((commit "4916ebb243d42d1b52f8030db146215033b1b71e")
+        (revision "1"))
     (package
       (name "sbcl-clack")
-      (version (git-version "2.0.0" revision commit))
+      (version (git-version "2.1.0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -10388,29 +10388,30 @@ (define-public sbcl-clack
                (commit commit)))
          (file-name (git-file-name "cl-clack" version))
          (sha256
-          (base32 "0sfmvqmsg9z13x0v77448rpdqgyprdq739nsbrjw9a28hv9jmkg9"))))
+          (base32 "0kgymwvv1ghzvl4jryl3fxf0kf44i6z19izcf1rf0k4cidx093a7"))))
       (build-system asdf-build-system/sbcl)
       (arguments
+       ;; Only the handler for hunchentoot is included. The other
+       ;; two Web servers supported by clack, toot and wookie,
+       ;; have not yet been packaged for Guix.
        '(#:asd-systems '("clack"
-                         "clack-handler-fcgi"
-                         "clack-socket"
-                         "clack-handler-hunchentoot")))
+                         "clack-handler-hunchentoot"
+                         "clack-socket")))
       (inputs
        (list sbcl-alexandria
              sbcl-bordeaux-threads
-             sbcl-cl-fastcgi
              sbcl-flexi-streams
              sbcl-hunchentoot
              sbcl-lack
-             sbcl-quri
              sbcl-split-sequence
+             sbcl-slime-swank
              sbcl-usocket))
       (home-page "https://github.com/fukamachi/clack")
       (synopsis "Web Application Environment for Common Lisp")
       (description
        "Clack is a web application environment for Common Lisp inspired by
 Python's WSGI and Ruby's Rack.")
-      (license license:llgpl))))
+      (license license:expat))))
 
 (define-public cl-clack
   (sbcl-package->cl-source-package sbcl-clack))
-- 
2.45.2





  parent reply	other threads:[~2024-09-12 14:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12 14:02 [bug#73198] [PATCH 0/3] Update cl-lack and cl-clack Konrad Hinsen
2024-09-12 14:05 ` [bug#73198] [PATCH 1/3] gnu: Add cl-anypool Konrad Hinsen
2024-09-12 14:06 ` [bug#73198] [PATCH 2/3] gnu: Update cl-lack to 0.3.0 Konrad Hinsen
2024-09-12 14:06 ` Konrad Hinsen [this message]
2024-09-13  9:44 ` bug#73198: [PATCH 0/3] Update cl-lack and cl-clack 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1a5gdj79j.fsf@fastmail.net \
    --to=konrad.hinsen@fastmail.net \
    --cc=73198@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).