gnu: emacs-sly: Update to 1.0.43-8.df62aba.
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-8.df62aba. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c6eed13c87
commit
f1faebdf9c
1 changed files with 4 additions and 4 deletions
|
@ -15207,9 +15207,9 @@ e.g., the expression you've just evaluated would briefly flash and so on.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-sly
|
(define-public emacs-sly
|
||||||
;; Update together with sbcl-slynk.
|
;; Update together with sbcl-slynk .
|
||||||
(let ((commit "82b20a9a83209b4dbfbfb62a1536896aed5f85f7")
|
(let ((commit "df62abae73bd511885c9c7ec0ea7ea1469a00923")
|
||||||
(revision "7"))
|
(revision "8"))
|
||||||
;; Versions are not always tagged. Besides, latest master contains
|
;; Versions are not always tagged. Besides, latest master contains
|
||||||
;; important fixes.
|
;; important fixes.
|
||||||
(package
|
(package
|
||||||
|
@ -15224,7 +15224,7 @@ e.g., the expression you've just evaluated would briefly flash and so on.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dvr36qvb490gml0znay0slw63czp7azvajnv7srh8s0j8pqpcaj"))))
|
"1nxijv52bja6la2i3asq7kklpj5li25454n52sgsc6xnnfvakbsv"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
|
|
Reference in a new issue