gnu: sbcl-cl-electron: Update to 0.0.0-1.ec8e361.

* nongnu/packages/lisp.scm (sbcl-cl-electron): Update to 0.0.0-1.ec8e361.

Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
This commit is contained in:
Andre A. Gomes 2023-07-20 20:02:13 +03:00 committed by Pierre Neidhardt
parent 26a0ea1a7d
commit d96252ee34
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

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 "f2b8615ec398c88a35c2d4e01dc41381e1e59586") (let ((commit "ec8e3610be26d2d7312fab7d59d840e550b221f2")
(revision "0")) (revision "1"))
(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))
@ -138,12 +138,13 @@ then open a browser at http://localhost:PORT, where PORT is the indicated port."
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-electron" version)) (file-name (git-file-name "cl-electron" version))
(sha256 (sha256
(base32 "081gcfr8cn9cdyqh81pcks6s7nfmhwy5a5s8xq9k3kx61w5mk2b2")))) (base32 "0bmnh0xl5pvjv4pdb4a37x87zlyzr5fy7cyaws69p4p4rgzszzv8"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(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-usocket sbcl-parenscript sbcl-bordeaux-threads)) sbcl-cl-json sbcl-iolib sbcl-nclasses
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")
(description "@command{cl-electron} is a binding to Electron for (description "@command{cl-electron} is a binding to Electron for