diff options
author | Paul A. Patience <paul@apatience.com> | 2023-12-29 13:10:12 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-01-04 15:11:47 +0100 |
commit | dfc27b63b901a862c46050890d190ea6bc98caf1 (patch) | |
tree | 06a7dc80ac1bab6e56725fe2e24147548307e903 /gnu | |
parent | 2da9ee16e3f9887e47a6c52d8fb3e789da03d726 (diff) |
gnu: cl-dexador: Update to 0.9.15-2.051cbb7.
* gnu/packages/lisp-xyz.scm (sbcl-dexador): Update to 0.9.15-2.051cbb7.
[inputs]: Remove sbcl-cl-reexport. Add sbcl-trivial-garbage.
[native-inputs]: Remove sbcl-cl-ppcre, sbcl-local-time, sbcl-prove,
sbcl-trivial-features, and add sbcl-rove to commented list.
Change-Id: Ic451756d90d84954aeddf0fab2c7216a63985d92
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index bb30c39a96..9532c41708 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -8316,8 +8316,8 @@ cookie headers, cookie creation, cookie jar creation and more.") (sbcl-package->ecl-package sbcl-cl-cookie)) (define-public sbcl-dexador - (let ((commit "74a233edb0ebf2b8c696fb8db984ac568fbcc4e5") - (revision "1")) + (let ((commit "051cbb784ea3015cef9731eb5a624f3122de84b5") + (revision "2")) (package (name "sbcl-dexador") (build-system asdf-build-system/sbcl) @@ -8331,7 +8331,7 @@ cookie headers, cookie creation, cookie jar creation and more.") (commit commit))) (file-name (git-file-name "cl-dexador" version)) (sha256 - (base32 "14cbykd9j8klm8sz3siq5zk78a0ljd6rdwfq12fi4h1ih50apyfi")))) + (base32 "1sggpi43la8dai102fmkzysh7760hvk6q68f0pkbb9187vz8nd3y")))) (inputs (list sbcl-alexandria sbcl-babel @@ -8342,22 +8342,19 @@ cookie headers, cookie creation, cookie jar creation and more.") sbcl-cl-base64 sbcl-cl-cookie sbcl-cl-ppcre - sbcl-cl-reexport sbcl-fast-http sbcl-fast-io sbcl-quri + sbcl-trivial-garbage sbcl-trivial-gray-streams sbcl-trivial-mimes sbcl-usocket)) ;; These native-inputs are for tests only, which are disabled. ;; Leave them commented since they add a lot to the closure size. ;; (native-inputs - ;; (list sbcl-cl-ppcre - ;; sbcl-clack + ;; (list sbcl-clack ;; sbcl-lack - ;; sbcl-local-time - ;; sbcl-prove - ;; sbcl-trivial-features)) + ;; sbcl-rove)) (arguments ;; TODO: Circular dependency: tests depend on clack-test which depends on dexador. `(#:tests? #f |