mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-sxql: Update to 0.1.0-4-2a9121b.
* gnu/packages/lisp-xyz.scm (sbcl-sxql): Update to 0.1.0-4-2a9121b. Closes: #342 Change-Id: I3e34ce727b2fe8768f0bbd90e0e859da7fe34ea8 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
3ec6c5974a
commit
f80a600195
1 changed files with 3 additions and 3 deletions
|
@ -29153,8 +29153,8 @@ formats.")
|
|||
(sbcl-package->ecl-package sbcl-swap-bytes))
|
||||
|
||||
(define-public sbcl-sxql
|
||||
(let ((commit "cc3478cacb0557475a59cf619dad66c5dc8080ba")
|
||||
(revision "3"))
|
||||
(let ((commit "2a9121b32d2745d622e97be45877348850f61f84")
|
||||
(revision "4"))
|
||||
(package
|
||||
(name "sbcl-sxql")
|
||||
(version (git-version "0.1.0" revision commit))
|
||||
|
@ -29166,7 +29166,7 @@ formats.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name "cl-sqxl" version))
|
||||
(sha256
|
||||
(base32 "011an993amy8q3gl4hyqrgnc93cgny3cv9gbp679rrmyyp8zmywr"))))
|
||||
(base32 "11x4qgdwbddbk0a8avrirp1ksmphfxlimirfwvmiwi0jc4zd5csa"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list sbcl-alexandria
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue