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:
Andre A. Gomes 2023-11-22 11:51:08 +02:00 committed by John Kehayias
parent 5a8a34f193
commit 05b7d0423d
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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")))) "https://franz.com/ftp/pub/legal/ACL-Express-20170301.pdf"))))
(define-public sbcl-cl-electron (define-public sbcl-cl-electron
(let ((commit "ec8e3610be26d2d7312fab7d59d840e550b221f2") (let ((commit "458a60d8c9baae71906294ffae891c3d0686c672")
(revision "1")) (revision "2"))
(package (package
(name "sbcl-cl-electron") (name "sbcl-cl-electron")
(version (git-version "0.0.0" revision commit)) (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 (native-inputs (list ;; sbcl-lisp-unit2
sbcl)) sbcl))
(inputs (list electron node (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)) sbcl-parenscript sbcl-bordeaux-threads))
(synopsis "Common Lisp interface to Electron") (synopsis "Common Lisp interface to Electron")
(home-page "https://github.com/atlas-engineer/cl-electron") (home-page "https://github.com/atlas-engineer/cl-electron")