summaryrefslogtreecommitdiff
path: root/nongnu/packages
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2023-11-22 11:51:08 +0200
committerJohn Kehayias <john.kehayias@protonmail.com>2023-11-28 15:33:40 -0500
commit05b7d0423dc51617666e6b5778ed4eb008941753 (patch)
tree9a9bd3a8d6fa8332e2b940ca348d7ece32ad1120 /nongnu/packages
parent5a8a34f1939a7a0e2f1c62a7a1c267da756cac45 (diff)
nongnu: sbcl-cl-electron: Update to 0.0.0-2.458a60d.
* nongnu/packages/lisp.scm (sbcl-cl-electron): Update to 0.0.0-2.458a60d. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu/packages')
-rw-r--r--nongnu/packages/lisp.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/lisp.scm b/nongnu/packages/lisp.scm
index da3a1e8..5698b6e 100644
--- a/nongnu/packages/lisp.scm
+++ b/nongnu/packages/lisp.scm
@@ -125,8 +125,8 @@ then open a browser at http://localhost:PORT, where PORT is the indicated port."
"https://franz.com/ftp/pub/legal/ACL-Express-20170301.pdf"))))
(define-public sbcl-cl-electron
- (let ((commit "ec8e3610be26d2d7312fab7d59d840e550b221f2")
- (revision "1"))
+ (let ((commit "458a60d8c9baae71906294ffae891c3d0686c672")
+ (revision "2"))
(package
(name "sbcl-cl-electron")
(version (git-version "0.0.0" revision commit))
@@ -143,7 +143,7 @@ then open a browser at http://localhost:PORT, where PORT is the indicated port."
(native-inputs (list ;; sbcl-lisp-unit2
sbcl))
(inputs (list electron node
- sbcl-cl-json sbcl-iolib sbcl-nclasses
+ sbcl-cl-json sbcl-iolib sbcl-cl-str sbcl-nclasses
sbcl-parenscript sbcl-bordeaux-threads))
(synopsis "Common Lisp interface to Electron")
(home-page "https://github.com/atlas-engineer/cl-electron")