mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
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>
This commit is contained in:
parent
5a8a34f193
commit
05b7d0423d
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue